#603E35

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

Shades of Cioccolato #603E35

Tints of Cioccolato #603E35

Color information

#603E35 (or 0x603E35) is unknown color: approx Cioccolato. HEX triplet: 60, 3E and 35. RGB value is (96,62,53). Sum of RGB (Red+Green+Blue) = 96+62+53=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #603E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603E35 is #9FC1CA. Grayscale: #474747. Windows color (decimal): -10469835 or 3489376. OLE color: 3489376.

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

Color convert

RGB966253-
CMYK00.350.450.62
HSL12.56º28.86%29.22%-
HSV(B)12.56º44.79%37.65%-
XYZ7.196.194.18-
YUV71.14117.76145.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 62 (24.61% from 255) = 29.38%
BLUE value IS 53 (21.09% from 255) = 25.12%
R=45.50%
G=29.38%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96625300.350.450.6212.5628.8629.22
Hex603E350232D3Ed1d1d
Octal14076650435576153535
Binary1100000111110110101010001110110111111011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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