Html Css Color HEX #61481F Dark Brown

📋 copy color: '#61481F'

red 97 ◦ green 72 ◦ blue 31

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

Shades of Dark Brown #61481F

Tints of Dark Brown #61481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

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

R = 48.5%
G = 36%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#61481F (or 0x61481F) is known color: Dark Brown. HEX triplet: 61, 48 and 1F. RGB value is (97,72,31). Sum of RGB (Red+Green+Blue) = 97+72+31=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #61481F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61481F is #9EB7E0. Grayscale: #4A4A4A. Windows color (decimal): -10401761 or 2050145. OLE color: 2050145.

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

Color convert

RGB 97 72 31 -
CMYK 0 0.26 0.68 0.62
HSL 37.27º 0.52% 0.25% -
HSV(B) 37.27º 0.68% 0.38% -
XYZ 7.49 7.28 2.31 -
YUV 74.8 103.28 143.83 -
System Red Green Blue C M Y K H S L
Decimal 97 72 31 0 0.26 0.68 0.62 37.27 0.52 0.25
Hex 61 48 1F 0 1A 44 3E 25 34 19
Octal 141 110 37 0 32 104 76 45 64 31
Binary 1100001 1001000 11111 0 11010 1000100 111110 100101 110100 11001

Color Harmonies of #61481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61481F

Black with #61481F

Text Example


Text Example

White with #61481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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