#613A34

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

Shades of Redwood #613A34

Tints of Redwood #613A34

Color information

#613A34 (or 0x613A34) is unknown color: approx Redwood. HEX triplet: 61, 3A and 34. RGB value is (97,58,52). Sum of RGB (Red+Green+Blue) = 97+58+52=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #613A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A34 is #9EC5CB. Grayscale: #454545. Windows color (decimal): -10405324 or 3422817. OLE color: 3422817.

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

Color convert

RGB975852-
CMYK00.400.460.62
HSL30.2%29.22%-
HSV(B)46.39%38.04%-
XYZ7.065.824-
YUV68.98118.42147.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 58 (23.05% from 255) = 28.02%
BLUE value IS 52 (20.70% from 255) = 25.12%
R=46.86%
G=28.02%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97585200.400.460.62830.229.22
Hex613A340282E3E81e1d
Octal14172640505676103635
Binary1100001111010110100010100010111011111010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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