#663A08

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

Shades of Baker's Chocolate #663A08

Tints of Baker's Chocolate #663A08

Color information

#663A08 (or 0x663A08) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 3A and 08. RGB value is (102,58,8). Sum of RGB (Red+Green+Blue) = 102+58+8=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #663A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663A08 is #99C5F7. Grayscale: #414141. Windows color (decimal): -10077688 or 539238. OLE color: 539238.

HSL color Cylindrical-coordinate representation of color #663A08: hue angle of 31.91º 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 #663A08 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB102588-
CMYK00.430.920.6
HSL31.91º85.45%21.57%-
HSV(B)31.91º92.16%40%-
XYZ7.045.870.99-
YUV65.4695.58154.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.71%
GREEN value IS 58 (23.05% from 255) = 34.52%
BLUE value IS 8 (3.52% from 255) = 4.76%
R=60.71%
G=34.52%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10258800.430.920.631.9185.4521.57
Hex663A802B5C3C205516
Octal1467210053134744012526
Binary1100110111010100001010111011100111100100000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663A08; }

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

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

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

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

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

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

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

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