#662302

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

Shades of Baker's Chocolate #662302

Tints of Baker's Chocolate #662302

Color information

#662302 (or 0x662302) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 23 and 02. RGB value is (102,35,2). Sum of RGB (Red+Green+Blue) = 102+35+2=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #662302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662302 is #99DCFD. Grayscale: #333333. Windows color (decimal): -10083582 or 140134. OLE color: 140134.

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

Color convert

RGB102352-
CMYK00.660.980.6
HSL19.8º96.15%20.39%-
HSV(B)19.8º98.04%40%-
XYZ6.094.030.51-
YUV51.27100.2164.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 73.38%
GREEN value IS 35 (14.06% from 255) = 25.18%
BLUE value IS 2 (1.17% from 255) = 1.44%
R=73.38%
G=25.18%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.98
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10235200.660.980.619.896.1520.39
Hex66232042623C146014
Octal1464320102142742414024
Binary11001101000111001000010110001011110010100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662302; }

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

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

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

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

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

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

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

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