#60352E

Color #60352E Redwood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Redwood #60352E

Tints of Redwood #60352E

Color information

#60352E (or 0x60352E) is unknown color: approx Redwood. HEX triplet: 60, 35 and 2E. RGB value is (96,53,46). Sum of RGB (Red+Green+Blue) = 96+53+46=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60352E is #9FCAD1. Grayscale: #414141. Windows color (decimal): -10472146 or 3028320. OLE color: 3028320.

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

Color convert

RGB965346-
CMYK00.450.520.62
HSL8.4º35.21%27.84%-
HSV(B)8.4º52.08%37.65%-
XYZ6.595.233.25-
YUV65.06117.25150.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 53 (21.09% from 255) = 27.18%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=49.23%
G=27.18%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96534600.450.520.628.435.2127.84
Hex60352E02D343E8231c
Octal14065560556476104334
Binary11000001101011011100101101110100111110100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60352E; }

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

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

<style>
 a { background-color: #60352E; }

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

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

<style>
 span { border-color: #60352E; }

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

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