#613A36

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

Shades of Redwood #613A36

Tints of Redwood #613A36

Color information

#613A36 (or 0x613A36) is unknown color: approx Redwood. HEX triplet: 61, 3A and 36. RGB value is (97,58,54). Sum of RGB (Red+Green+Blue) = 97+58+54=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #613A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A36 is #9EC5C9. Grayscale: #454545. Windows color (decimal): -10405322 or 3553889. OLE color: 3553889.

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

Color convert

RGB975854-
CMYK00.400.440.62
HSL5.58º28.48%29.61%-
HSV(B)5.58º44.33%38.04%-
XYZ7.115.834.24-
YUV69.2119.42147.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.41%
GREEN value IS 58 (23.05% from 255) = 27.75%
BLUE value IS 54 (21.48% from 255) = 25.84%
R=46.41%
G=27.75%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97585400.400.440.625.5828.4829.61
Hex613A360282C3E61c1e
Octal1417266050547663436
Binary110000111101011011001010001011001111101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613A36; }

 p { color: rgb(97,58,54); }

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

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

 a { background-color: rgb(97,58,54); }

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

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

 span { border-color: rgb(97,58,54); }

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