#652B0C

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

Shades of Baker's Chocolate #652B0C

Tints of Baker's Chocolate #652B0C

Color information

#652B0C (or 0x652B0C) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 2B and 0C. RGB value is (101,43,12). Sum of RGB (Red+Green+Blue) = 101+43+12=156 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.74% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 101 - color contains mainly: red. Hex color #652B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652B0C is #9AD4F3. Grayscale: #383838. Windows color (decimal): -10147060 or 797541. OLE color: 797541.

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

Color convert

RGB1014312-
CMYK00.570.880.60
HSL20.9º78.76%22.16%-
HSV(B)20.9º88.12%39.61%-
XYZ6.34.520.89-
YUV56.81102.72159.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 64.74%
GREEN value IS 43 (17.19% from 255) = 27.56%
BLUE value IS 12 (5.08% from 255) = 7.69%
R=64.74%
G=27.56%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101431200.570.880.6020.978.7622.16
Hex652BC039583C154f16
Octal1455314071130742511726
Binary110010110101111000111001101100011110010101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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