Html Css Color HEX #61491D Dark Brown

📋 copy color: '#61491D'

red 97 ◦ green 73 ◦ blue 29

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

Shades of Dark Brown #61491D

Tints of Dark Brown #61491D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.68%

 BLUE value IS 29 (11.72% from 255) = 14.57%

R = 48.74%
G = 36.68%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#61491D (or 0x61491D) is known color: Dark Brown. HEX triplet: 61, 49 and 1D. RGB value is (97,73,29). Sum of RGB (Red+Green+Blue) = 97+73+29=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #61491D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61491D is #9EB6E2. Grayscale: #4B4B4B. Windows color (decimal): -10401507 or 1919329. OLE color: 1919329.

HSL color Cylindrical-coordinate representation of color #61491D: hue angle of 38.82º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61491D is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 73 29 -
CMYK 0 0.25 0.70 0.62
HSL 38.82º 0.54% 0.25% -
HSV(B) 38.82º 0.7% 0.38% -
XYZ 7.53 7.4 2.19 -
YUV 75.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 97 73 29 0 0.25 0.70 0.62 38.82 0.54 0.25
Hex 61 49 1D 0 19 46 3E 27 36 19
Octal 141 111 35 0 31 106 76 47 66 31
Binary 1100001 1001001 11101 0 11001 1000110 111110 100111 110110 11001

Color Harmonies of #61491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61491D

Black with #61491D

Text Example


Text Example

White with #61491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61491D; }

 p { color: rgb(97,73,29); }

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

background-color css

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

 a { background-color: rgb(97,73,29); }

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

border-color css

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

 span { border-color: rgb(97,73,29); }

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