#60322F

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

Shades of Redwood #60322F

Tints of Redwood #60322F

Color information

#60322F (or 0x60322F) is unknown color: approx Redwood. HEX triplet: 60, 32 and 2F. RGB value is (96,50,47). Sum of RGB (Red+Green+Blue) = 96+50+47=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60322F is #9FCDD0. Grayscale: #3F3F3F. Windows color (decimal): -10472913 or 3093088. OLE color: 3093088.

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

Color convert

RGB965047-
CMYK00.480.510.62
HSL3.67º34.27%28.04%-
HSV(B)3.67º51.04%37.65%-
XYZ6.484.973.31-
YUV63.41118.74151.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 47 (18.75% from 255) = 24.35%
R=49.74%
G=25.91%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96504700.480.510.623.6734.2728.04
Hex60322F030333E4221c
Octal1406257060637644234
Binary1100000110010101111011000011001111111010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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