Html Css Color HEX #61471B Dark Brown

📋 copy color: '#61471B'

red 97 ◦ green 71 ◦ blue 27

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

Shades of Dark Brown #61471B

Tints of Dark Brown #61471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.85%

R = 49.74%
G = 36.41%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#61471B (or 0x61471B) is known color: Dark Brown. HEX triplet: 61, 47 and 1B. RGB value is (97,71,27). Sum of RGB (Red+Green+Blue) = 97+71+27=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #61471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61471B is #9EB8E4. Grayscale: #494949. Windows color (decimal): -10402021 or 1787745. OLE color: 1787745.

HSL color Cylindrical-coordinate representation of color #61471B: hue angle of 37.71º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61471B is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 71 27 -
CMYK 0 0.27 0.72 0.62
HSL 37.71º 0.56% 0.24% -
HSV(B) 37.71º 0.72% 0.38% -
XYZ 7.38 7.13 2.02 -
YUV 73.76 101.61 144.58 -
System Red Green Blue C M Y K H S L
Decimal 97 71 27 0 0.27 0.72 0.62 37.71 0.56 0.24
Hex 61 47 1B 0 1B 48 3E 26 38 18
Octal 141 107 33 0 33 110 76 46 70 30
Binary 1100001 1000111 11011 0 11011 1001000 111110 100110 111000 11000

Color Harmonies of #61471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61471B

Black with #61471B

Text Example


Text Example

White with #61471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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