#663002

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

Shades of Baker's Chocolate #663002

Tints of Baker's Chocolate #663002

Color information

#663002 (or 0x663002) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 30 and 02. RGB value is (102,48,2). Sum of RGB (Red+Green+Blue) = 102+48+2=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #663002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663002 is #99CFFD. Grayscale: #3B3B3B. Windows color (decimal): -10080254 or 143462. OLE color: 143462.

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

Color convert

RGB102482-
CMYK00.530.980.6
HSL27.6º96.15%20.39%-
HSV(B)27.6º98.04%40%-
XYZ6.554.940.67-
YUV58.995.89158.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.11%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 2 (1.17% from 255) = 1.32%
R=67.11%
G=31.58%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.98
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10248200.530.980.627.696.1520.39
Hex66302035623C1c6014
Octal146602065142743414024
Binary1100110110000100110101110001011110011100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663002; }

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

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

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

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

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

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

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

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