#603D31

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

Shades of Cioccolato #603D31

Tints of Cioccolato #603D31

Color information

#603D31 (or 0x603D31) is unknown color: approx Cioccolato. HEX triplet: 60, 3D and 31. RGB value is (96,61,49). Sum of RGB (Red+Green+Blue) = 96+61+49=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #603D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D31 is #9FC2CE. Grayscale: #464646. Windows color (decimal): -10470095 or 3226976. OLE color: 3226976.

HSL color Cylindrical-coordinate representation of color #603D31: hue angle of 15.32º 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 #603D31 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB966149-
CMYK00.360.490.62
HSL15.32º32.41%28.43%-
HSV(B)15.32º48.96%37.65%-
XYZ7.056.053.7-
YUV70.1116.1146.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 61 (24.22% from 255) = 29.61%
BLUE value IS 49 (19.53% from 255) = 23.79%
R=46.60%
G=29.61%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96614900.360.490.6215.3232.4128.43
Hex603D31024313Ef201c
Octal14075610446176174034
Binary11000001111011100010100100110001111110111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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