#603A35

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

Shades of Redwood #603A35

Tints of Redwood #603A35

Color information

#603A35 (or 0x603A35) is unknown color: approx Redwood. HEX triplet: 60, 3A and 35. RGB value is (96,58,53). Sum of RGB (Red+Green+Blue) = 96+58+53=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #603A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A35 is #9FC5CA. Grayscale: #444444. Windows color (decimal): -10470859 or 3488352. OLE color: 3488352.

HSL color Cylindrical-coordinate representation of color #603A35: hue angle of 6.98º 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 #603A35 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB965853-
CMYK00.400.450.62
HSL6.98º28.86%29.22%-
HSV(B)6.98º44.79%37.65%-
XYZ6.985.774.11-
YUV68.79119.09147.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 58 (23.05% from 255) = 28.02%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=46.38%
G=28.02%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96585300.400.450.626.9828.8629.22
Hex603A350282D3E71d1d
Octal1407265050557673535
Binary110000011101011010101010001011011111101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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