#653E32

Color #653E32 Cioccolato (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cioccolato #653E32

Tints of Cioccolato #653E32

Color information

#653E32 (or 0x653E32) is unknown color: approx Cioccolato. HEX triplet: 65, 3E and 32. RGB value is (101,62,50). Sum of RGB (Red+Green+Blue) = 101+62+50=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #653E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653E32 is #9AC1CD. Grayscale: #484848. Windows color (decimal): -10142158 or 3292773. OLE color: 3292773.

HSL color Cylindrical-coordinate representation of color #653E32: hue angle of 14.12º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653E32 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1016250-
CMYK00.390.500.60
HSL14.12º33.77%29.61%-
HSV(B)14.12º50.5%39.61%-
XYZ7.676.443.86-
YUV72.29115.42148.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.42%
GREEN value IS 62 (24.61% from 255) = 29.11%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=47.42%
G=29.11%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101625000.390.500.6014.1233.7729.61
Hex653E32027323Ce221e
Octal14576620476274164236
Binary11001011111101100100100111110010111100111010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653E32; }

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

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

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

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

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

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

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

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