Html Css Color HEX #61491F Dark Brown

📋 copy color: '#61491F'

red 97 ◦ green 73 ◦ blue 31

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

Shades of Dark Brown #61491F

Tints of Dark Brown #61491F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.42%

R = 48.26%
G = 36.32%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#61491F (or 0x61491F) is known color: Dark Brown. HEX triplet: 61, 49 and 1F. RGB value is (97,73,31). Sum of RGB (Red+Green+Blue) = 97+73+31=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #61491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61491F is #9EB6E0. Grayscale: #4B4B4B. Windows color (decimal): -10401505 or 2050401. OLE color: 2050401.

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

Color convert

RGB 97 73 31 -
CMYK 0 0.25 0.68 0.62
HSL 38.18º 0.52% 0.25% -
HSV(B) 38.18º 0.68% 0.38% -
XYZ 7.56 7.41 2.33 -
YUV 75.39 102.95 143.42 -
System Red Green Blue C M Y K H S L
Decimal 97 73 31 0 0.25 0.68 0.62 38.18 0.52 0.25
Hex 61 49 1F 0 19 44 3E 26 34 19
Octal 141 111 37 0 31 104 76 46 64 31
Binary 1100001 1001001 11111 0 11001 1000100 111110 100110 110100 11001

Color Harmonies of #61491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61491F

Black with #61491F

Text Example


Text Example

White with #61491F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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