Html Css Color HEX #61491E Dark Brown

📋 copy color: '#61491E'

red 97 ◦ green 73 ◦ blue 30

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

Shades of Dark Brown #61491E

Tints of Dark Brown #61491E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15%

R = 48.5%
G = 36.5%
B = 15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#61491E (or 0x61491E) is known color: Dark Brown. HEX triplet: 61, 49 and 1E. RGB value is (97,73,30). Sum of RGB (Red+Green+Blue) = 97+73+30=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #61491E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61491E is #9EB6E1. Grayscale: #4B4B4B. Windows color (decimal): -10401506 or 1984865. OLE color: 1984865.

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

Color convert

RGB 97 73 30 -
CMYK 0 0.25 0.69 0.62
HSL 38.51º 0.53% 0.25% -
HSV(B) 38.51º 0.69% 0.38% -
XYZ 7.55 7.4 2.26 -
YUV 75.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 97 73 30 0 0.25 0.69 0.62 38.51 0.53 0.25
Hex 61 49 1E 0 19 45 3E 27 35 19
Octal 141 111 36 0 31 105 76 47 65 31
Binary 1100001 1001001 11110 0 11001 1000101 111110 100111 110101 11001

Color Harmonies of #61491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61491E

Black with #61491E

Text Example


Text Example

White with #61491E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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