#652A14

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

Shades of Baker's Chocolate #652A14

Tints of Baker's Chocolate #652A14

Color information

#652A14 (or 0x652A14) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 2A and 14. RGB value is (101,42,20). Sum of RGB (Red+Green+Blue) = 101+42+20=163 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.96% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 101 - color contains mainly: red. Hex color #652A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652A14 is #9AD5EB. Grayscale: #393939. Windows color (decimal): -10147308 or 1321573. OLE color: 1321573.

HSL color Cylindrical-coordinate representation of color #652A14: hue angle of 16.3º 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 #652A14 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB1014220-
CMYK00.580.800.60
HSL16.3º66.94%23.73%-
HSV(B)16.3º80.2%39.61%-
XYZ6.324.471.19-
YUV57.13107.05159.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 61.96%
GREEN value IS 42 (16.80% from 255) = 25.77%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=61.96%
G=25.77%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101422000.580.800.6016.366.9423.73
Hex652A1403A503C104318
Octal1455224072120742010330
Binary1100101101010101000111010101000011110010000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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