#662700

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

Shades of Baker's Chocolate #662700

Tints of Baker's Chocolate #662700

Color information

#662700 (or 0x662700) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 27 and 00. RGB value is (102,39,0). Sum of RGB (Red+Green+Blue) = 102+39+0=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #662700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662700 is #99D8FF. Grayscale: #353535. Windows color (decimal): -10082560 or 10086. OLE color: 10086.

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

Color convert

RGB102390-
CMYK00.6210.6
HSL22.94º100%20%-
HSV(B)22.94º100%40%-
XYZ6.214.280.5-
YUV53.3997.87162.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 72.34%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.34%
G=27.66%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10239000.6210.622.9410020
Hex6627003E643C176414
Octal146470076144742714424
Binary110011010011100111110110010011110010111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662700; }

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

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

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

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

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

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

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

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