#653D2B

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

Shades of Cioccolato #653D2B

Tints of Cioccolato #653D2B

Color information

#653D2B (or 0x653D2B) is unknown color: approx Cioccolato. HEX triplet: 65, 3D and 2B. RGB value is (101,61,43). Sum of RGB (Red+Green+Blue) = 101+61+43=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #653D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D2B is #9AC2D4. Grayscale: #474747. Windows color (decimal): -10142421 or 2833765. OLE color: 2833765.

HSL color Cylindrical-coordinate representation of color #653D2B: hue angle of 18.62º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #653D2B is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB1016143-
CMYK00.400.570.60
HSL18.62º40.28%28.24%-
HSV(B)18.62º57.43%39.61%-
XYZ7.476.283.1-
YUV70.91112.25149.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.27%
GREEN value IS 61 (24.22% from 255) = 29.76%
BLUE value IS 43 (17.19% from 255) = 20.98%
R=49.27%
G=29.76%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101614300.400.570.6018.6240.2828.24
Hex653D2B028393C13281c
Octal14575530507174235034
Binary110010111110110101101010001110011111001001110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,61,43); }

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

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

 a { background-color: rgb(101,61,43); }

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

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

 span { border-color: rgb(101,61,43); }

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