#662702

Color #662702 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #662702

Tints of Baker's Chocolate #662702

Color information

#662702 (or 0x662702) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 27 and 02. RGB value is (102,39,2). Sum of RGB (Red+Green+Blue) = 102+39+2=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #662702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662702 is #99D8FD. Grayscale: #353535. Windows color (decimal): -10082558 or 141158. OLE color: 141158.

HSL color Cylindrical-coordinate representation of color #662702: hue angle of 22.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #662702 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB102392-
CMYK00.620.980.6
HSL22.2º96.15%20.39%-
HSV(B)22.2º98.04%40%-
XYZ6.224.280.56-
YUV53.6298.87162.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 71.33%
GREEN value IS 39 (15.62% from 255) = 27.27%
BLUE value IS 2 (1.17% from 255) = 1.40%
R=71.33%
G=27.27%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10239200.620.980.622.296.1520.39
Hex6627203E623C166014
Octal146472076142742614024
Binary1100110100111100111110110001011110010110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662702; }

 p { color: rgb(102,39,2); }

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

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

 a { background-color: rgb(102,39,2); }

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

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

 span { border-color: rgb(102,39,2); }

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