#603935

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

Shades of Redwood #603935

Tints of Redwood #603935

Color information

#603935 (or 0x603935) is unknown color: approx Redwood. HEX triplet: 60, 39 and 35. RGB value is (96,57,53). Sum of RGB (Red+Green+Blue) = 96+57+53=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #603935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603935 is #9FC6CA. Grayscale: #444444. Windows color (decimal): -10471115 or 3488096. OLE color: 3488096.

HSL color Cylindrical-coordinate representation of color #603935: hue angle of 5.58º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #603935 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB965753-
CMYK00.410.450.62
HSL5.58º28.86%29.22%-
HSV(B)5.58º44.79%37.65%-
XYZ6.935.674.1-
YUV68.2119.42147.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 57 (22.66% from 255) = 27.67%
BLUE value IS 53 (21.09% from 255) = 25.73%
R=46.60%
G=27.67%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96575300.410.450.625.5828.8629.22
Hex6039350292D3E61d1d
Octal1407165051557663535
Binary110000011100111010101010011011011111101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603935; }

 p { color: rgb(96,57,53); }

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

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

 a { background-color: rgb(96,57,53); }

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

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

 span { border-color: rgb(96,57,53); }

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