#D6745C

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

Shades of Japonica #D6745C

Tints of Japonica #D6745C

Color information

#D6745C (or 0xD6745C) is unknown color: approx Japonica. HEX triplet: D6, 74 and 5C. RGB value is (214,116,92). Sum of RGB (Red+Green+Blue) = 214+116+92=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6745C is #298BA3. Grayscale: #8E8E8E. Windows color (decimal): -2722724 or 6059222. OLE color: 6059222.

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

Color convert

RGB21411692-
CMYK00.460.570.16
HSL11.8º59.8%60%-
HSV(B)11.8º57.01%83.92%-
XYZ35.9127.5613.55-
YUV142.5799.47178.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.71%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 92 (36.33% from 255) = 21.80%
R=50.71%
G=27.49%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141169200.460.570.1611.859.860
HexD6745C02E3910c3c3c
Octal3261641340567120147474
Binary11010110111010010111000101110111001100001100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6745C; }

 p { color: rgb(214,116,92); }

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

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

 a { background-color: rgb(214,116,92); }

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

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

 span { border-color: rgb(214,116,92); }

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