#603631

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

Shades of Redwood #603631

Tints of Redwood #603631

Color information

#603631 (or 0x603631) is unknown color: approx Redwood. HEX triplet: 60, 36 and 31. RGB value is (96,54,49). Sum of RGB (Red+Green+Blue) = 96+54+49=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #603631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603631 is #9FC9CE. Grayscale: #424242. Windows color (decimal): -10471887 or 3225184. OLE color: 3225184.

HSL color Cylindrical-coordinate representation of color #603631: hue angle of 6.38º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #603631 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB965449-
CMYK00.440.490.62
HSL6.38º32.41%28.43%-
HSV(B)6.38º48.96%37.65%-
XYZ6.75.353.58-
YUV65.99118.41149.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 54 (21.48% from 255) = 27.14%
BLUE value IS 49 (19.53% from 255) = 24.62%
R=48.24%
G=27.14%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96544900.440.490.626.3832.4128.43
Hex60363102C313E6201c
Octal1406661054617664034
Binary1100000110110110001010110011000111111011010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603631; }

 p { color: rgb(96,54,49); }

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

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

 a { background-color: rgb(96,54,49); }

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

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

 span { border-color: rgb(96,54,49); }

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