#661C02

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

Shades of Baker's Chocolate #661C02

Tints of Baker's Chocolate #661C02

Color information

#661C02 (or 0x661C02) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 1C and 02. RGB value is (102,28,2). Sum of RGB (Red+Green+Blue) = 102+28+2=132 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.27% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 102 - color contains mainly: red. Hex color #661C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661C02 is #99E3FD. Grayscale: #2F2F2F. Windows color (decimal): -10085374 or 138342. OLE color: 138342.

HSL color Cylindrical-coordinate representation of color #661C02: hue angle of 15.6º 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 #661C02 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB102282-
CMYK00.730.980.6
HSL15.6º96.15%20.39%-
HSV(B)15.6º98.04%40%-
XYZ5.913.660.45-
YUV47.16102.52167.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 77.27%
GREEN value IS 28 (11.33% from 255) = 21.21%
BLUE value IS 2 (1.17% from 255) = 1.52%
R=77.27%
G=21.21%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10228200.730.980.615.696.1520.39
Hex661C2049623C106014
Octal1463420111142742014024
Binary1100110111001001001001110001011110010000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661C02; }

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

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

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

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

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

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

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

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