#663102

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

Shades of Baker's Chocolate #663102

Tints of Baker's Chocolate #663102

Color information

#663102 (or 0x663102) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 31 and 02. RGB value is (102,49,2). Sum of RGB (Red+Green+Blue) = 102+49+2=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #663102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663102 is #99CEFD. Grayscale: #3B3B3B. Windows color (decimal): -10079998 or 143718. OLE color: 143718.

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

Color convert

RGB102492-
CMYK00.520.980.6
HSL28.2º96.15%20.39%-
HSV(B)28.2º98.04%40%-
XYZ6.595.030.68-
YUV59.4995.56158.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 66.67%
GREEN value IS 49 (19.53% from 255) = 32.03%
BLUE value IS 2 (1.17% from 255) = 1.31%
R=66.67%
G=32.03%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.98
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10249200.520.980.628.296.1520.39
Hex66312034623C1c6014
Octal146612064142743414024
Binary1100110110001100110100110001011110011100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663102; }

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

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

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

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

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

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

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

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