Html Css Color HEX #613831 Redwood

📋 copy color: '#613831'

red 97 ◦ green 56 ◦ blue 49

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

Shades of Redwood #613831

Tints of Redwood #613831

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.72%

 BLUE value IS 49 (19.53% from 255) = 24.26%

R = 48.02%
G = 27.72%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#613831 (or 0x613831) is known color: Redwood. HEX triplet: 61, 38 and 31. RGB value is (97,56,49). Sum of RGB (Red+Green+Blue) = 97+56+49=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #613831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613831 is #9EC7CE. Grayscale: #434343. Windows color (decimal): -10405839 or 3225697. OLE color: 3225697.

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

Color convert

RGB 97 56 49 -
CMYK 0 0.42 0.49 0.62
HSL 8.75º 0.33% 0.29% -
HSV(B) 8.75º 0.49% 0.38% -
XYZ 6.9 5.59 3.62 -
YUV 67.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 97 56 49 0 0.42 0.49 0.62 8.75 0.33 0.29
Hex 61 38 31 0 2A 31 3E 9 21 1D
Octal 141 70 61 0 52 61 76 11 41 35
Binary 1100001 111000 110001 0 101010 110001 111110 1001 100001 11101

Color Harmonies of #613831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613831

Black with #613831

Text Example


Text Example

White with #613831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613831; }

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

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

background-color css

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

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

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

border-color css

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

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

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