#652C14

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

Shades of Baker's Chocolate #652C14

Tints of Baker's Chocolate #652C14

Color information

#652C14 (or 0x652C14) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 2C and 14. RGB value is (101,44,20). Sum of RGB (Red+Green+Blue) = 101+44+20=165 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.21% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 101 - color contains mainly: red. Hex color #652C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652C14 is #9AD3EB. Grayscale: #3A3A3A. Windows color (decimal): -10146796 or 1322085. OLE color: 1322085.

HSL color Cylindrical-coordinate representation of color #652C14: hue angle of 17.78º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #652C14 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB1014420-
CMYK00.560.800.60
HSL17.78º66.94%23.73%-
HSV(B)17.78º80.2%39.61%-
XYZ6.394.621.22-
YUV58.31106.38158.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 61.21%
GREEN value IS 44 (17.58% from 255) = 26.67%
BLUE value IS 20 (8.20% from 255) = 12.12%
R=61.21%
G=26.67%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101442000.560.800.6017.7866.9423.73
Hex652C14038503C124318
Octal1455424070120742210330
Binary1100101101100101000111000101000011110010010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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