#662D00

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

Shades of Baker's Chocolate #662D00

Tints of Baker's Chocolate #662D00

Color information

#662D00 (or 0x662D00) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 2D and 00. RGB value is (102,45,0). Sum of RGB (Red+Green+Blue) = 102+45+0=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #662D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662D00 is #99D2FF. Grayscale: #393939. Windows color (decimal): -10081024 or 11622. OLE color: 11622.

HSL color Cylindrical-coordinate representation of color #662D00: hue angle of 26.47º 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 #662D00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB102450-
CMYK00.5610.6
HSL26.47º100%20%-
HSV(B)26.47º100%40%-
XYZ6.424.70.57-
YUV56.9195.88160.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 69.39%
GREEN value IS 45 (17.97% from 255) = 30.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.39%
G=30.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10245000.5610.626.4710020
Hex662D0038643C1a6414
Octal146550070144743214424
Binary110011010110100111000110010011110011010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662D00; }

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

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

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

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

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

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

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

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