#653219

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

Shades of Baker's Chocolate #653219

Tints of Baker's Chocolate #653219

Color information

#653219 (or 0x653219) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 32 and 19. RGB value is (101,50,25). Sum of RGB (Red+Green+Blue) = 101+50+25=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #653219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653219 is #9ACDE6. Grayscale: #3E3E3E. Windows color (decimal): -10145255 or 1651301. OLE color: 1651301.

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

Color convert

RGB1015025-
CMYK00.500.750.60
HSL19.74º60.32%24.71%-
HSV(B)19.74º75.25%39.61%-
XYZ6.685.121.56-
YUV62.4106.9155.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 57.39%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 25 (10.16% from 255) = 14.20%
R=57.39%
G=28.41%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101502500.500.750.6019.7460.3224.71
Hex6532190324B3C143c19
Octal145623106211374247431
Binary110010111001011001011001010010111111001010011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653219; }

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

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

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

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

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

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

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

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