Html Css Color HEX #61471D Dark Brown

📋 copy color: '#61471D'

red 97 ◦ green 71 ◦ blue 29

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

Shades of Dark Brown #61471D

Tints of Dark Brown #61471D

RGB

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

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

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

R = 49.24%
G = 36.04%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#61471D (or 0x61471D) is known color: Dark Brown. HEX triplet: 61, 47 and 1D. RGB value is (97,71,29). Sum of RGB (Red+Green+Blue) = 97+71+29=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #61471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61471D is #9EB8E2. Grayscale: #4A4A4A. Windows color (decimal): -10402019 or 1918817. OLE color: 1918817.

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

Color convert

RGB 97 71 29 -
CMYK 0 0.27 0.70 0.62
HSL 37.06º 0.54% 0.25% -
HSV(B) 37.06º 0.7% 0.38% -
XYZ 7.4 7.14 2.15 -
YUV 73.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 97 71 29 0 0.27 0.70 0.62 37.06 0.54 0.25
Hex 61 47 1D 0 1B 46 3E 25 36 19
Octal 141 107 35 0 33 106 76 45 66 31
Binary 1100001 1000111 11101 0 11011 1000110 111110 100101 110110 11001

Color Harmonies of #61471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61471D

Black with #61471D

Text Example


Text Example

White with #61471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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