Html Css Color HEX #614118 Dark Brown

📋 copy color: '#614118'

red 97 ◦ green 65 ◦ blue 24

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

Shades of Dark Brown #614118

Tints of Dark Brown #614118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.95%

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

R = 52.15%
G = 34.95%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#614118 (or 0x614118) is known color: Dark Brown. HEX triplet: 61, 41 and 18. RGB value is (97,65,24). Sum of RGB (Red+Green+Blue) = 97+65+24=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #614118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614118 is #9EBEE7. Grayscale: #464646. Windows color (decimal): -10403560 or 1589601. OLE color: 1589601.

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

Color convert

RGB 97 65 24 -
CMYK 0 0.33 0.75 0.62
HSL 33.7º 0.6% 0.24% -
HSV(B) 33.7º 0.75% 0.38% -
XYZ 6.98 6.39 1.73 -
YUV 69.89 102.1 147.33 -
System Red Green Blue C M Y K H S L
Decimal 97 65 24 0 0.33 0.75 0.62 33.7 0.6 0.24
Hex 61 41 18 0 21 4B 3E 22 3C 18
Octal 141 101 30 0 41 113 76 42 74 30
Binary 1100001 1000001 11000 0 100001 1001011 111110 100010 111100 11000

Color Harmonies of #614118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614118

Black with #614118

Text Example


Text Example

White with #614118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614118; }

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

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

background-color css

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

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

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

border-color css

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

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

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