Html Css Color HEX #61471F Dark Brown

📋 copy color: '#61471F'

red 97 ◦ green 71 ◦ blue 31

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

Shades of Dark Brown #61471F

Tints of Dark Brown #61471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.68%

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

R = 48.74%
G = 35.68%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#61471F (or 0x61471F) is known color: Dark Brown. HEX triplet: 61, 47 and 1F. RGB value is (97,71,31). Sum of RGB (Red+Green+Blue) = 97+71+31=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #61471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61471F is #9EB8E0. Grayscale: #4A4A4A. Windows color (decimal): -10402017 or 2049889. OLE color: 2049889.

HSL color Cylindrical-coordinate representation of color #61471F: hue angle of 36.36º 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 #61471F is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 71 31 -
CMYK 0 0.27 0.68 0.62
HSL 36.36º 0.52% 0.25% -
HSV(B) 36.36º 0.68% 0.38% -
XYZ 7.43 7.15 2.28 -
YUV 74.21 103.61 144.25 -
System Red Green Blue C M Y K H S L
Decimal 97 71 31 0 0.27 0.68 0.62 36.36 0.52 0.25
Hex 61 47 1F 0 1B 44 3E 24 34 19
Octal 141 107 37 0 33 104 76 44 64 31
Binary 1100001 1000111 11111 0 11011 1000100 111110 100100 110100 11001

Color Harmonies of #61471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61471F

Black with #61471F

Text Example


Text Example

White with #61471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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