#652A08

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

Shades of Baker's Chocolate #652A08

Tints of Baker's Chocolate #652A08

Color information

#652A08 (or 0x652A08) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 2A and 08. RGB value is (101,42,8). Sum of RGB (Red+Green+Blue) = 101+42+8=151 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.89% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 101 - color contains mainly: red. Hex color #652A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652A08 is #9AD5F7. Grayscale: #373737. Windows color (decimal): -10147320 or 535141. OLE color: 535141.

HSL color Cylindrical-coordinate representation of color #652A08: hue angle of 21.94º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #652A08 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB101428-
CMYK00.580.920.60
HSL21.94º85.32%21.37%-
HSV(B)21.94º92.08%39.61%-
XYZ6.244.440.76-
YUV55.76101.05160.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 66.89%
GREEN value IS 42 (16.80% from 255) = 27.81%
BLUE value IS 8 (3.52% from 255) = 5.30%
R=66.89%
G=27.81%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10142800.580.920.6021.9485.3221.37
Hex652A803A5C3C165515
Octal1455210072134742612525
Binary110010110101010000111010101110011110010110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,42,8); }

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

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

 a { background-color: rgb(101,42,8); }

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

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

 span { border-color: rgb(101,42,8); }

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