#603E31

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

Shades of Cioccolato #603E31

Tints of Cioccolato #603E31

Color information

#603E31 (or 0x603E31) is unknown color: approx Cioccolato. HEX triplet: 60, 3E and 31. RGB value is (96,62,49). Sum of RGB (Red+Green+Blue) = 96+62+49=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #603E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603E31 is #9FC1CE. Grayscale: #464646. Windows color (decimal): -10469839 or 3227232. OLE color: 3227232.

HSL color Cylindrical-coordinate representation of color #603E31: hue angle of 16.6º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #603E31 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB966249-
CMYK00.350.490.62
HSL16.6º32.41%28.43%-
HSV(B)16.6º48.96%37.65%-
XYZ7.16.153.72-
YUV70.68115.76146.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 62 (24.61% from 255) = 29.95%
BLUE value IS 49 (19.53% from 255) = 23.67%
R=46.38%
G=29.95%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96624900.350.490.6216.632.4128.43
Hex603E31023313E11201c
Octal14076610436176214034
Binary110000011111011000101000111100011111101000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603E31; }

 p { color: rgb(96,62,49); }

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

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

 a { background-color: rgb(96,62,49); }

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

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

 span { border-color: rgb(96,62,49); }

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