Html Css Color HEX #61481D Dark Brown

📋 copy color: '#61481D'

red 97 ◦ green 72 ◦ blue 29

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

Shades of Dark Brown #61481D

Tints of Dark Brown #61481D

RGB

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

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

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

R = 48.99%
G = 36.36%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#61481D (or 0x61481D) is known color: Dark Brown. HEX triplet: 61, 48 and 1D. RGB value is (97,72,29). Sum of RGB (Red+Green+Blue) = 97+72+29=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #61481D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61481D is #9EB7E2. Grayscale: #4A4A4A. Windows color (decimal): -10401763 or 1919073. OLE color: 1919073.

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

Color convert

RGB 97 72 29 -
CMYK 0 0.26 0.70 0.62
HSL 37.94º 0.54% 0.25% -
HSV(B) 37.94º 0.7% 0.38% -
XYZ 7.47 7.26 2.17 -
YUV 74.57 102.28 144 -
System Red Green Blue C M Y K H S L
Decimal 97 72 29 0 0.26 0.70 0.62 37.94 0.54 0.25
Hex 61 48 1D 0 1A 46 3E 26 36 19
Octal 141 110 35 0 32 106 76 46 66 31
Binary 1100001 1001000 11101 0 11010 1000110 111110 100110 110110 11001

Color Harmonies of #61481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61481D

Black with #61481D

Text Example


Text Example

White with #61481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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