#663508

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

Shades of Baker's Chocolate #663508

Tints of Baker's Chocolate #663508

Color information

#663508 (or 0x663508) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 35 and 08. RGB value is (102,53,8). Sum of RGB (Red+Green+Blue) = 102+53+8=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #663508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663508 is #99CAF7. Grayscale: #3E3E3E. Windows color (decimal): -10078968 or 537958. OLE color: 537958.

HSL color Cylindrical-coordinate representation of color #663508: hue angle of 28.72º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #663508 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB102538-
CMYK00.480.920.6
HSL28.72º85.45%21.57%-
HSV(B)28.72º92.16%40%-
XYZ6.85.390.91-
YUV62.5297.23156.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.58%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 8 (3.52% from 255) = 4.91%
R=62.58%
G=32.52%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.92
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10253800.480.920.628.7285.4521.57
Hex663580305C3C1d5516
Octal1466510060134743512526
Binary110011011010110000110000101110011110011101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663508; }

 p { color: rgb(102,53,8); }

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

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

 a { background-color: rgb(102,53,8); }

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

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

 span { border-color: rgb(102,53,8); }

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