Html Css Color HEX #614110 Dark Brown

📋 copy color: '#614110'

red 97 ◦ green 65 ◦ blue 16

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

Shades of Dark Brown #614110

Tints of Dark Brown #614110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.99%

R = 54.49%
G = 36.52%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#614110 (or 0x614110) is known color: Dark Brown. HEX triplet: 61, 41 and 10. RGB value is (97,65,16). Sum of RGB (Red+Green+Blue) = 97+65+16=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #614110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614110 is #9EBEEF. Grayscale: #454545. Windows color (decimal): -10403568 or 1065313. OLE color: 1065313.

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

Color convert

RGB 97 65 16 -
CMYK 0 0.33 0.84 0.62
HSL 36.3º 0.72% 0.22% -
HSV(B) 36.3º 0.84% 0.38% -
XYZ 6.91 6.36 1.35 -
YUV 68.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 97 65 16 0 0.33 0.84 0.62 36.3 0.72 0.22
Hex 61 41 10 0 21 54 3E 24 48 16
Octal 141 101 20 0 41 124 76 44 110 26
Binary 1100001 1000001 10000 0 100001 1010100 111110 100100 1001000 10110

Color Harmonies of #614110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614110

Black with #614110

Text Example


Text Example

White with #614110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614110; }

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

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

background-color css

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

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

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

border-color css

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

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

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