Html Css Color HEX #613A36 Redwood

📋 copy color: '#613A36'

red 97 ◦ green 58 ◦ blue 54

#613A36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Redwood #613A36

Tints of Redwood #613A36

RGB

 RED value IS 97 (38.28% from 255) = 46.41%

 GREEN value IS 58 (23.05% from 255) = 27.75%

 BLUE value IS 54 (21.48% from 255) = 25.84%

R = 46.41%
G = 27.75%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#613A36 (or 0x613A36) is known color: Redwood. HEX triplet: 61, 3A and 36. RGB value is (97,58,54). Sum of RGB (Red+Green+Blue) = 97+58+54=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #613A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A36 is #9EC5C9. Grayscale: #454545. Windows color (decimal): -10405322 or 3553889. OLE color: 3553889.

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

Color convert

RGB 97 58 54 -
CMYK 0 0.40 0.44 0.62
HSL 5.58º 0.28% 0.3% -
HSV(B) 5.58º 0.44% 0.38% -
XYZ 7.11 5.83 4.24 -
YUV 69.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 97 58 54 0 0.40 0.44 0.62 5.58 0.28 0.3
Hex 61 3A 36 0 28 2C 3E 6 1C 1E
Octal 141 72 66 0 50 54 76 6 34 36
Binary 1100001 111010 110110 0 101000 101100 111110 110 11100 11110

Color Harmonies of #613A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A36

Black with #613A36

Text Example


Text Example

White with #613A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #613A36;
 }
 .AnyTagClassName
 {
   color: #613A36;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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