Html Css Color HEX #614010 Dark Brown

📋 copy color: '#614010'

red 97 ◦ green 64 ◦ blue 16

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

Shades of Dark Brown #614010

Tints of Dark Brown #614010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.16%

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

R = 54.8%
G = 36.16%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#614010 (or 0x614010) is known color: Dark Brown. HEX triplet: 61, 40 and 10. RGB value is (97,64,16). Sum of RGB (Red+Green+Blue) = 97+64+16=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #614010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614010 is #9EBFEF. Grayscale: #444444. Windows color (decimal): -10403824 or 1065057. OLE color: 1065057.

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

Color convert

RGB 97 64 16 -
CMYK 0 0.34 0.84 0.62
HSL 35.56º 0.72% 0.22% -
HSV(B) 35.56º 0.84% 0.38% -
XYZ 6.86 6.25 1.33 -
YUV 68.4 98.43 148.4 -
System Red Green Blue C M Y K H S L
Decimal 97 64 16 0 0.34 0.84 0.62 35.56 0.72 0.22
Hex 61 40 10 0 22 54 3E 24 48 16
Octal 141 100 20 0 42 124 76 44 110 26
Binary 1100001 1000000 10000 0 100010 1010100 111110 100100 1001000 10110

Color Harmonies of #614010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614010

Black with #614010

Text Example


Text Example

White with #614010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614010; }

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

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

background-color css

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

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

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

border-color css

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

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

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