#662900

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

Shades of Baker's Chocolate #662900

Tints of Baker's Chocolate #662900

Color information

#662900 (or 0x662900) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 29 and 00. RGB value is (102,41,0). Sum of RGB (Red+Green+Blue) = 102+41+0=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #662900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662900 is #99D6FF. Grayscale: #363636. Windows color (decimal): -10082048 or 10598. OLE color: 10598.

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

Color convert

RGB102410-
CMYK00.6010.6
HSL24.12º100%20%-
HSV(B)24.12º100%40%-
XYZ6.274.410.52-
YUV54.5697.21161.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 71.33%
GREEN value IS 41 (16.41% from 255) = 28.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.33%
G=28.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10241000.6010.624.1210020
Hex6629003C643C186414
Octal146510074144743014424
Binary110011010100100111100110010011110011000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662900; }

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

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

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

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

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

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

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

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