#60342F

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

Shades of Redwood #60342F

Tints of Redwood #60342F

Color information

#60342F (or 0x60342F) is unknown color: approx Redwood. HEX triplet: 60, 34 and 2F. RGB value is (96,52,47). Sum of RGB (Red+Green+Blue) = 96+52+47=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60342F is #9FCBD0. Grayscale: #404040. Windows color (decimal): -10472401 or 3093600. OLE color: 3093600.

HSL color Cylindrical-coordinate representation of color #60342F: hue angle of 6.12º 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 #60342F is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB965247-
CMYK00.460.510.62
HSL6.12º34.27%28.04%-
HSV(B)6.12º51.04%37.65%-
XYZ6.565.153.34-
YUV64.59118.08150.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 52 (20.70% from 255) = 26.67%
BLUE value IS 47 (18.75% from 255) = 24.10%
R=49.23%
G=26.67%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96524700.460.510.626.1234.2728.04
Hex60342F02E333E6221c
Octal1406457056637664234
Binary1100000110100101111010111011001111111011010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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