#652C18

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

Shades of Baker's Chocolate #652C18

Tints of Baker's Chocolate #652C18

Color information

#652C18 (or 0x652C18) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 2C and 18. RGB value is (101,44,24). Sum of RGB (Red+Green+Blue) = 101+44+24=169 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.76% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 101 - color contains mainly: red. Hex color #652C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652C18 is #9AD3E7. Grayscale: #3A3A3A. Windows color (decimal): -10146792 or 1584229. OLE color: 1584229.

HSL color Cylindrical-coordinate representation of color #652C18: hue angle of 15.58º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #652C18 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB1014424-
CMYK00.560.760.60
HSL15.58º61.6%24.51%-
HSV(B)15.58º76.24%39.61%-
XYZ6.434.631.42-
YUV58.76108.38158.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 59.76%
GREEN value IS 44 (17.58% from 255) = 26.04%
BLUE value IS 24 (9.77% from 255) = 14.20%
R=59.76%
G=26.04%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101442400.560.760.6015.5861.624.51
Hex652C180384C3C103e19
Octal145543007011474207631
Binary110010110110011000011100010011001111001000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,44,24); }

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

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

 a { background-color: rgb(101,44,24); }

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

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

 span { border-color: rgb(101,44,24); }

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