Html Css Color HEX #614518 Dark Brown

📋 copy color: '#614518'

red 97 ◦ green 69 ◦ blue 24

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

Shades of Dark Brown #614518

Tints of Dark Brown #614518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.32%

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

R = 51.05%
G = 36.32%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#614518 (or 0x614518) is known color: Dark Brown. HEX triplet: 61, 45 and 18. RGB value is (97,69,24). Sum of RGB (Red+Green+Blue) = 97+69+24=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #614518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614518 is #9EBAE7. Grayscale: #484848. Windows color (decimal): -10402536 or 1590625. OLE color: 1590625.

HSL color Cylindrical-coordinate representation of color #614518: hue angle of 36.99º 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 #614518 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 69 24 -
CMYK 0 0.29 0.75 0.62
HSL 36.99º 0.6% 0.24% -
HSV(B) 36.99º 0.75% 0.38% -
XYZ 7.22 6.86 1.81 -
YUV 72.24 100.78 145.66 -
System Red Green Blue C M Y K H S L
Decimal 97 69 24 0 0.29 0.75 0.62 36.99 0.6 0.24
Hex 61 45 18 0 1D 4B 3E 25 3C 18
Octal 141 105 30 0 35 113 76 45 74 30
Binary 1100001 1000101 11000 0 11101 1001011 111110 100101 111100 11000

Color Harmonies of #614518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614518

Black with #614518

Text Example


Text Example

White with #614518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614518; }

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

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

background-color css

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

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

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

border-color css

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

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

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