Html Css Color HEX #613934 Redwood

📋 copy color: '#613934'

red 97 ◦ green 57 ◦ blue 52

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

Shades of Redwood #613934

Tints of Redwood #613934

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.67%

 BLUE value IS 52 (20.7% from 255) = 25.24%

R = 47.09%
G = 27.67%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#613934 (or 0x613934) is known color: Redwood. HEX triplet: 61, 39 and 34. RGB value is (97,57,52). Sum of RGB (Red+Green+Blue) = 97+57+52=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #613934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613934 is #9EC6CB. Grayscale: #444444. Windows color (decimal): -10405580 or 3422561. OLE color: 3422561.

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

Color convert

RGB 97 57 52 -
CMYK 0 0.41 0.46 0.62
HSL 6.67º 0.3% 0.29% -
HSV(B) 6.67º 0.46% 0.38% -
XYZ 7.01 5.72 3.98 -
YUV 68.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 97 57 52 0 0.41 0.46 0.62 6.67 0.3 0.29
Hex 61 39 34 0 29 2E 3E 7 1E 1D
Octal 141 71 64 0 51 56 76 7 36 35
Binary 1100001 111001 110100 0 101001 101110 111110 111 11110 11101

Color Harmonies of #613934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613934

Black with #613934

Text Example


Text Example

White with #613934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613934; }

 p { color: rgb(97,57,52); }

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

background-color css

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

 a { background-color: rgb(97,57,52); }

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

border-color css

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

 span { border-color: rgb(97,57,52); }

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