#653C2A

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

Shades of Cioccolato #653C2A

Tints of Cioccolato #653C2A

Color information

#653C2A (or 0x653C2A) is unknown color: approx Cioccolato. HEX triplet: 65, 3C and 2A. RGB value is (101,60,42). Sum of RGB (Red+Green+Blue) = 101+60+42=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #653C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653C2A is #9AC3D5. Grayscale: #464646. Windows color (decimal): -10142678 or 2767973. OLE color: 2767973.

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

Color convert

RGB1016042-
CMYK00.410.580.60
HSL18.31º41.26%28.04%-
HSV(B)18.31º58.42%39.61%-
XYZ7.46.172.99-
YUV70.21112.08149.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.75%
GREEN value IS 60 (23.83% from 255) = 29.56%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=49.75%
G=29.56%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101604200.410.580.6018.3141.2628.04
Hex653C2A0293A3C12291c
Octal14574520517274225134
Binary110010111110010101001010011110101111001001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,60,42); }

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

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

 a { background-color: rgb(101,60,42); }

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

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

 span { border-color: rgb(101,60,42); }

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