#60342C

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

Shades of Redwood #60342C

Tints of Redwood #60342C

Color information

#60342C (or 0x60342C) is unknown color: approx Redwood. HEX triplet: 60, 34 and 2C. RGB value is (96,52,44). Sum of RGB (Red+Green+Blue) = 96+52+44=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #60342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60342C is #9FCBD3. Grayscale: #404040. Windows color (decimal): -10472404 or 2896992. OLE color: 2896992.

HSL color Cylindrical-coordinate representation of color #60342C: hue angle of 9.23º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60342C is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB965244-
CMYK00.460.540.62
HSL9.23º37.14%27.45%-
HSV(B)9.23º54.17%37.65%-
XYZ6.515.123.03-
YUV64.24116.58150.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 44 (17.58% from 255) = 22.92%
R=50%
G=27.08%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96524400.460.540.629.2337.1427.45
Hex60342C02E363E9251b
Octal14064540566676114533
Binary11000001101001011000101110110110111110100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60342C; }

 p { color: rgb(96,52,44); }

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

<style>
 a { background-color: #60342C; }

 a { background-color: rgb(96,52,44); }

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

<style>
 span { border-color: #60342C; }

 span { border-color: rgb(96,52,44); }

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