#652B0B

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

Shades of Baker's Chocolate #652B0B

Tints of Baker's Chocolate #652B0B

Color information

#652B0B (or 0x652B0B) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 2B and 0B. RGB value is (101,43,11). Sum of RGB (Red+Green+Blue) = 101+43+11=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #652B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652B0B is #9AD4F4. Grayscale: #383838. Windows color (decimal): -10147061 or 732005. OLE color: 732005.

HSL color Cylindrical-coordinate representation of color #652B0B: hue angle of 21.33º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #652B0B is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB1014311-
CMYK00.570.890.60
HSL21.33º80.36%21.96%-
HSV(B)21.33º89.11%39.61%-
XYZ6.294.520.86-
YUV56.69102.22159.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 65.16%
GREEN value IS 43 (17.19% from 255) = 27.74%
BLUE value IS 11 (4.69% from 255) = 7.10%
R=65.16%
G=27.74%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101431100.570.890.6021.3380.3621.96
Hex652BB039593C155016
Octal1455313071131742512026
Binary110010110101110110111001101100111110010101101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,43,11); }

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

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

 a { background-color: rgb(101,43,11); }

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

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

 span { border-color: rgb(101,43,11); }

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