#614010

Color #614010 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #614010

Tints of Dark Brown #614010

Color information

#614010 (or 0x614010) is unknown color: approx 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

RGB976416-
CMYK00.340.840.62
HSL35.56º71.68%22.16%-
HSV(B)35.56º83.51%38.04%-
XYZ6.866.251.33-
YUV68.498.43148.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.80%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 16 (6.64% from 255) = 9.04%
R=54.80%
G=36.16%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97641600.340.840.6235.5671.6822.16
Hex614010022543E244816
Octal14110020042124764411026
Binary110000110000001000001000101010100111110100100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>