Html Css Color HEX #614113 Dark Brown

📋 copy color: '#614113'

red 97 ◦ green 65 ◦ blue 19

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

Shades of Dark Brown #614113

Tints of Dark Brown #614113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.5%

R = 53.59%
G = 35.91%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#614113 (or 0x614113) is known color: Dark Brown. HEX triplet: 61, 41 and 13. RGB value is (97,65,19). Sum of RGB (Red+Green+Blue) = 97+65+19=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #614113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614113 is #9EBEEC. Grayscale: #454545. Windows color (decimal): -10403565 or 1261921. OLE color: 1261921.

HSL color Cylindrical-coordinate representation of color #614113: hue angle of 35.38º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #614113 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 65 19 -
CMYK 0 0.33 0.80 0.62
HSL 35.38º 0.67% 0.23% -
HSV(B) 35.38º 0.8% 0.38% -
XYZ 6.94 6.37 1.48 -
YUV 69.32 99.6 147.74 -
System Red Green Blue C M Y K H S L
Decimal 97 65 19 0 0.33 0.80 0.62 35.38 0.67 0.23
Hex 61 41 13 0 21 50 3E 23 43 17
Octal 141 101 23 0 41 120 76 43 103 27
Binary 1100001 1000001 10011 0 100001 1010000 111110 100011 1000011 10111

Color Harmonies of #614113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614113

Black with #614113

Text Example


Text Example

White with #614113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614113; }

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

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

background-color css

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

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

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

border-color css

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

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

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