#60332E

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

Shades of Redwood #60332E

Tints of Redwood #60332E

Color information

#60332E (or 0x60332E) is unknown color: approx Redwood. HEX triplet: 60, 33 and 2E. RGB value is (96,51,46). Sum of RGB (Red+Green+Blue) = 96+51+46=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60332E is #9FCCD1. Grayscale: #3F3F3F. Windows color (decimal): -10472658 or 3027808. OLE color: 3027808.

HSL color Cylindrical-coordinate representation of color #60332E: hue angle of 6º 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 #60332E is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB965146-
CMYK00.470.520.62
HSL35.21%27.84%-
HSV(B)52.08%37.65%-
XYZ6.55.053.22-
YUV63.88117.91150.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 46 (18.36% from 255) = 23.83%
R=49.74%
G=26.42%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96514600.470.520.62635.2127.84
Hex60332E02F343E6231c
Octal1406356057647664334
Binary1100000110011101110010111111010011111011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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