#613A33

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

Shades of Redwood #613A33

Tints of Redwood #613A33

Color information

#613A33 (or 0x613A33) is unknown color: approx Redwood. HEX triplet: 61, 3A and 33. RGB value is (97,58,51). Sum of RGB (Red+Green+Blue) = 97+58+51=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #613A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A33 is #9EC5CC. Grayscale: #444444. Windows color (decimal): -10405325 or 3357281. OLE color: 3357281.

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

Color convert

RGB975851-
CMYK00.400.470.62
HSL9.13º31.08%29.02%-
HSV(B)9.13º47.42%38.04%-
XYZ7.045.813.88-
YUV68.86117.92148.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.09%
GREEN value IS 58 (23.05% from 255) = 28.16%
BLUE value IS 51 (20.31% from 255) = 24.76%
R=47.09%
G=28.16%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97585100.400.470.629.1331.0829.02
Hex613A330282F3E91f1d
Octal14172630505776113735
Binary1100001111010110011010100010111111111010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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