#D6755F

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

Shades of Japonica #D6755F

Tints of Japonica #D6755F

Color information

#D6755F (or 0xD6755F) is unknown color: approx Japonica. HEX triplet: D6, 75 and 5F. RGB value is (214,117,95). Sum of RGB (Red+Green+Blue) = 214+117+95=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6755F is #298AA0. Grayscale: #8F8F8F. Windows color (decimal): -2722465 or 6256086. OLE color: 6256086.

HSL color Cylindrical-coordinate representation of color #D6755F: hue angle of 11.09º 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 #D6755F is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB21411795-
CMYK00.450.560.16
HSL11.09º59.2%60.59%-
HSV(B)11.09º55.61%83.92%-
XYZ36.1627.8414.3-
YUV143.5100.64178.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.23%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 95 (37.5% from 255) = 22.30%
R=50.23%
G=27.46%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141179500.450.560.1611.0959.260.59
HexD6755F02D3810b3b3d
Octal3261651370557020137375
Binary11010110111010110111110101101111000100001011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6755F; }

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

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

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

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

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

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

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

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