#60332F

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

Shades of Redwood #60332F

Tints of Redwood #60332F

Color information

#60332F (or 0x60332F) is unknown color: approx Redwood. HEX triplet: 60, 33 and 2F. RGB value is (96,51,47). Sum of RGB (Red+Green+Blue) = 96+51+47=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #60332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60332F is #9FCCD0. Grayscale: #404040. Windows color (decimal): -10472657 or 3093344. OLE color: 3093344.

HSL color Cylindrical-coordinate representation of color #60332F: hue angle of 4.9º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60332F is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB965147-
CMYK00.470.510.62
HSL4.9º34.27%28.04%-
HSV(B)4.9º51.04%37.65%-
XYZ6.525.063.32-
YUV64118.41150.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.48%
GREEN value IS 51 (20.31% from 255) = 26.29%
BLUE value IS 47 (18.75% from 255) = 24.23%
R=49.48%
G=26.29%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96514700.470.510.624.934.2728.04
Hex60332F02F333E5221c
Octal1406357057637654234
Binary1100000110011101111010111111001111111010110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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