Html Css Color HEX #614818 Dark Brown

📋 copy color: '#614818'

red 97 ◦ green 72 ◦ blue 24

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

Shades of Dark Brown #614818

Tints of Dark Brown #614818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.44%

R = 50.26%
G = 37.31%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#614818 (or 0x614818) is known color: Dark Brown. HEX triplet: 61, 48 and 18. RGB value is (97,72,24). Sum of RGB (Red+Green+Blue) = 97+72+24=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #614818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614818 is #9EB7E7. Grayscale: #4A4A4A. Windows color (decimal): -10401768 or 1591393. OLE color: 1591393.

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

Color convert

RGB 97 72 24 -
CMYK 0 0.26 0.75 0.62
HSL 39.45º 0.6% 0.24% -
HSV(B) 39.45º 0.75% 0.38% -
XYZ 7.41 7.24 1.87 -
YUV 74 99.78 144.4 -
System Red Green Blue C M Y K H S L
Decimal 97 72 24 0 0.26 0.75 0.62 39.45 0.6 0.24
Hex 61 48 18 0 1A 4B 3E 27 3C 18
Octal 141 110 30 0 32 113 76 47 74 30
Binary 1100001 1001000 11000 0 11010 1001011 111110 100111 111100 11000

Color Harmonies of #614818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614818

Black with #614818

Text Example


Text Example

White with #614818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614818; }

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

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

background-color css

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

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

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

border-color css

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

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

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