#613A35

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

Shades of Redwood #613A35

Tints of Redwood #613A35

Color information

#613A35 (or 0x613A35) is unknown color: approx Redwood. HEX triplet: 61, 3A and 35. RGB value is (97,58,53). Sum of RGB (Red+Green+Blue) = 97+58+53=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #613A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A35 is #9EC5CA. Grayscale: #454545. Windows color (decimal): -10405323 or 3488353. OLE color: 3488353.

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

Color convert

RGB975853-
CMYK00.400.450.62
HSL6.82º29.33%29.41%-
HSV(B)6.82º45.36%38.04%-
XYZ7.095.824.12-
YUV69.09118.92147.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 53 (21.09% from 255) = 25.48%
R=46.63%
G=27.88%
B=25.48%

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
Decimal97585300.400.450.626.8229.3329.41
Hex613A350282D3E71d1d
Octal1417265050557673535
Binary110000111101011010101010001011011111101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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