Html Css Color HEX #614819 Dark Brown

📋 copy color: '#614819'

red 97 ◦ green 72 ◦ blue 25

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

Shades of Dark Brown #614819

Tints of Dark Brown #614819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.89%

R = 50%
G = 37.11%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#614819 (or 0x614819) is known color: Dark Brown. HEX triplet: 61, 48 and 19. RGB value is (97,72,25). Sum of RGB (Red+Green+Blue) = 97+72+25=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #614819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614819 is #9EB7E6. Grayscale: #4A4A4A. Windows color (decimal): -10401767 or 1656929. OLE color: 1656929.

HSL color Cylindrical-coordinate representation of color #614819: hue angle of 39.17º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #614819 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 72 25 -
CMYK 0 0.26 0.74 0.62
HSL 39.17º 0.59% 0.24% -
HSV(B) 39.17º 0.74% 0.38% -
XYZ 7.42 7.25 1.93 -
YUV 74.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 97 72 25 0 0.26 0.74 0.62 39.17 0.59 0.24
Hex 61 48 19 0 1A 4A 3E 27 3B 18
Octal 141 110 31 0 32 112 76 47 73 30
Binary 1100001 1001000 11001 0 11010 1001010 111110 100111 111011 11000

Color Harmonies of #614819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614819

Black with #614819

Text Example


Text Example

White with #614819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614819; }

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

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

background-color css

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

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

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

border-color css

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

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

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