#613833

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

Shades of Redwood #613833

Tints of Redwood #613833

Color information

#613833 (or 0x613833) is unknown color: approx Redwood. HEX triplet: 61, 38 and 33. RGB value is (97,56,51). Sum of RGB (Red+Green+Blue) = 97+56+51=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #613833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613833 is #9EC7CC. Grayscale: #434343. Windows color (decimal): -10405837 or 3356769. OLE color: 3356769.

HSL color Cylindrical-coordinate representation of color #613833: hue angle of 6.52º 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 #613833 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB975651-
CMYK00.420.470.62
HSL6.52º31.08%29.02%-
HSV(B)6.52º47.42%38.04%-
XYZ6.945.613.85-
YUV67.69118.58148.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 56 (22.27% from 255) = 27.45%
BLUE value IS 51 (20.31% from 255) = 25%
R=47.55%
G=27.45%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97565100.420.470.626.5231.0829.02
Hex61383302A2F3E71f1d
Octal1417063052577673735
Binary110000111100011001101010101011111111101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613833; }

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

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

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

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

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

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

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

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