#653D2D

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

Shades of Cioccolato #653D2D

Tints of Cioccolato #653D2D

Color information

#653D2D (or 0x653D2D) is unknown color: approx Cioccolato. HEX triplet: 65, 3D and 2D. RGB value is (101,61,45). Sum of RGB (Red+Green+Blue) = 101+61+45=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #653D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D2D is #9AC2D2. Grayscale: #474747. Windows color (decimal): -10142419 or 2964837. OLE color: 2964837.

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

Color convert

RGB1016145-
CMYK00.400.550.60
HSL17.14º38.36%28.63%-
HSV(B)17.14º55.45%39.61%-
XYZ7.516.293.3-
YUV71.14113.25149.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.79%
GREEN value IS 61 (24.22% from 255) = 29.47%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=48.79%
G=29.47%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101614500.400.550.6017.1438.3628.63
Hex653D2D028373C11261d
Octal14575550506774214635
Binary110010111110110110101010001101111111001000110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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