#653216

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

Shades of Baker's Chocolate #653216

Tints of Baker's Chocolate #653216

Color information

#653216 (or 0x653216) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 32 and 16. RGB value is (101,50,22). Sum of RGB (Red+Green+Blue) = 101+50+22=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #653216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653216 is #9ACDE9. Grayscale: #3E3E3E. Windows color (decimal): -10145258 or 1454693. OLE color: 1454693.

HSL color Cylindrical-coordinate representation of color #653216: hue angle of 21.27º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #653216 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB1015022-
CMYK00.500.780.60
HSL21.27º64.23%24.12%-
HSV(B)21.27º78.22%39.61%-
XYZ6.655.111.39-
YUV62.06105.4155.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.38%
GREEN value IS 50 (19.92% from 255) = 28.90%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=58.38%
G=28.90%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101502200.500.780.6021.2764.2324.12
Hex6532160324E3C154018
Octal1456226062116742510030
Binary1100101110010101100110010100111011110010101100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653216; }

 p { color: rgb(101,50,22); }

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

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

 a { background-color: rgb(101,50,22); }

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

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

 span { border-color: rgb(101,50,22); }

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