Html Css Color HEX #614112 Dark Brown

📋 copy color: '#614112'

red 97 ◦ green 65 ◦ blue 18

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

Shades of Dark Brown #614112

Tints of Dark Brown #614112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10%

R = 53.89%
G = 36.11%
B = 10%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#614112 (or 0x614112) is known color: Dark Brown. HEX triplet: 61, 41 and 12. RGB value is (97,65,18). Sum of RGB (Red+Green+Blue) = 97+65+18=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #614112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614112 is #9EBEED. Grayscale: #454545. Windows color (decimal): -10403566 or 1196385. OLE color: 1196385.

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

Color convert

RGB 97 65 18 -
CMYK 0 0.33 0.81 0.62
HSL 35.7º 0.69% 0.23% -
HSV(B) 35.7º 0.81% 0.38% -
XYZ 6.93 6.37 1.44 -
YUV 69.21 99.1 147.82 -
System Red Green Blue C M Y K H S L
Decimal 97 65 18 0 0.33 0.81 0.62 35.7 0.69 0.23
Hex 61 41 12 0 21 51 3E 24 45 17
Octal 141 101 22 0 41 121 76 44 105 27
Binary 1100001 1000001 10010 0 100001 1010001 111110 100100 1000101 10111

Color Harmonies of #614112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614112

Black with #614112

Text Example


Text Example

White with #614112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614112; }

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

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

background-color css

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

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

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

border-color css

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

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

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