#60322B

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

Shades of Redwood #60322B

Tints of Redwood #60322B

Color information

#60322B (or 0x60322B) is unknown color: approx Redwood. HEX triplet: 60, 32 and 2B. RGB value is (96,50,43). Sum of RGB (Red+Green+Blue) = 96+50+43=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #60322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60322B is #9FCDD4. Grayscale: #3F3F3F. Windows color (decimal): -10472917 or 2830944. OLE color: 2830944.

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

Color convert

RGB965043-
CMYK00.480.550.62
HSL7.92º38.13%27.25%-
HSV(B)7.92º55.21%37.65%-
XYZ6.44.942.9-
YUV62.96116.74151.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.79%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 43 (17.19% from 255) = 22.75%
R=50.79%
G=26.46%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96504300.480.550.627.9238.1327.25
Hex60322B030373E8261b
Octal14062530606776104633
Binary11000001100101010110110000110111111110100010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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