#D6735F

Color #D6735F Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #D6735F

Tints of Japonica #D6735F

Color information

#D6735F (or 0xD6735F) is unknown color: approx Japonica. HEX triplet: D6, 73 and 5F. RGB value is (214,115,95). Sum of RGB (Red+Green+Blue) = 214+115+95=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6735F is #298CA0. Grayscale: #8E8E8E. Windows color (decimal): -2722977 or 6255574. OLE color: 6255574.

HSL color Cylindrical-coordinate representation of color #D6735F: hue angle of 10.08º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6735F is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB21411595-
CMYK00.460.560.16
HSL10.08º59.2%60.59%-
HSV(B)10.08º55.61%83.92%-
XYZ35.9327.3814.22-
YUV142.32101.3179.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 50.47%
GREEN value IS 115 (45.31% from 255) = 27.12%
BLUE value IS 95 (37.5% from 255) = 22.41%
R=50.47%
G=27.12%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141159500.460.560.1610.0859.260.59
HexD6735F02E3810a3b3d
Octal3261631370567020127375
Binary11010110111001110111110101110111000100001010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6735F; }

 p { color: rgb(214,115,95); }

 H1.HeaderClassName
 {
   color: #D6735F;
 }
 .AnyTagClassName
 {
   color: #D6735F;
 }
</style>
background-color css

<style>
 a { background-color: #D6735F; }

 a { background-color: rgb(214,115,95); }

 div.DivClassName
 {
   background-color: #D6735F;
 }
 .BgClassName
 {
   background-color: #D6735F;
 }
</style>
border-color css

<style>
 span { border-color: #D6735F; }

 span { border-color: rgb(214,115,95); }

 td.TdClassName
 {
   border-color: #D6735F;
 }
 .TagClassName
 {
   border-color: #D6735F;
 }
</style>