#60332B

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

Shades of Redwood #60332B

Tints of Redwood #60332B

Color information

#60332B (or 0x60332B) is unknown color: approx Redwood. HEX triplet: 60, 33 and 2B. RGB value is (96,51,43). Sum of RGB (Red+Green+Blue) = 96+51+43=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #60332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60332B is #9FCCD4. Grayscale: #3F3F3F. Windows color (decimal): -10472661 or 2831200. OLE color: 2831200.

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

Color convert

RGB965143-
CMYK00.470.550.62
HSL9.06º38.13%27.25%-
HSV(B)9.06º55.21%37.65%-
XYZ6.445.032.92-
YUV63.54116.41151.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 43 (17.19% from 255) = 22.63%
R=50.53%
G=26.84%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96514300.470.550.629.0638.1327.25
Hex60332B02F373E9261b
Octal14063530576776114633
Binary11000001100111010110101111110111111110100110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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