#613632

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

Shades of Redwood #613632

Tints of Redwood #613632

Color information

#613632 (or 0x613632) is unknown color: approx Redwood. HEX triplet: 61, 36 and 32. RGB value is (97,54,50). Sum of RGB (Red+Green+Blue) = 97+54+50=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #613632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613632 is #9EC9CD. Grayscale: #424242. Windows color (decimal): -10406350 or 3290721. OLE color: 3290721.

HSL color Cylindrical-coordinate representation of color #613632: hue angle of 5.11º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #613632 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB975450-
CMYK00.440.480.62
HSL5.11º31.97%28.82%-
HSV(B)5.11º48.45%38.04%-
XYZ6.825.413.7-
YUV66.4118.75149.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 54 (21.48% from 255) = 26.87%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=48.26%
G=26.87%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97545000.440.480.625.1131.9728.82
Hex61363202C303E5201d
Octal1416662054607654035
Binary1100001110110110010010110011000011111010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613632; }

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

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

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

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

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

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

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

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