#603B37

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

Shades of Redwood #603B37

Tints of Redwood #603B37

Color information

#603B37 (or 0x603B37) is unknown color: approx Redwood. HEX triplet: 60, 3B and 37. RGB value is (96,59,55). Sum of RGB (Red+Green+Blue) = 96+59+55=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #603B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603B37 is #9FC4C8. Grayscale: #454545. Windows color (decimal): -10470601 or 3619680. OLE color: 3619680.

HSL color Cylindrical-coordinate representation of color #603B37: hue angle of 5.85º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #603B37 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB965955-
CMYK00.390.430.62
HSL5.85º27.15%29.61%-
HSV(B)5.85º42.71%37.65%-
XYZ7.085.894.38-
YUV69.61119.76146.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 59 (23.44% from 255) = 28.10%
BLUE value IS 55 (21.88% from 255) = 26.19%
R=45.71%
G=28.10%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96595500.390.430.625.8527.1529.61
Hex603B370272B3E61b1e
Octal1407367047537663336
Binary110000011101111011101001111010111111101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603B37; }

 p { color: rgb(96,59,55); }

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

<style>
 a { background-color: #603B37; }

 a { background-color: rgb(96,59,55); }

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

<style>
 span { border-color: #603B37; }

 span { border-color: rgb(96,59,55); }

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