#60322E

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

Shades of Redwood #60322E

Tints of Redwood #60322E

Color information

#60322E (or 0x60322E) is unknown color: approx Redwood. HEX triplet: 60, 32 and 2E. RGB value is (96,50,46). Sum of RGB (Red+Green+Blue) = 96+50+46=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #60322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60322E is #9FCDD1. Grayscale: #3F3F3F. Windows color (decimal): -10472914 or 3027552. OLE color: 3027552.

HSL color Cylindrical-coordinate representation of color #60322E: hue angle of 4.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60322E is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB965046-
CMYK00.480.520.62
HSL4.8º35.21%27.84%-
HSV(B)4.8º52.08%37.65%-
XYZ6.464.973.2-
YUV63.3118.24151.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 26.04%
BLUE value IS 46 (18.36% from 255) = 23.96%
R=50%
G=26.04%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96504600.480.520.624.835.2127.84
Hex60322E030343E5231c
Octal1406256060647654334
Binary1100000110010101110011000011010011111010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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