#614110

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

Shades of Dark Brown #614110

Tints of Dark Brown #614110

Color information

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

RGB976516-
CMYK00.330.840.62
HSL36.3º71.68%22.16%-
HSV(B)36.3º83.51%38.04%-
XYZ6.916.361.35-
YUV68.9898.1147.98-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97651600.330.840.6236.371.6822.16
Hex614110021543E244816
Octal14110120041124764411026
Binary110000110000011000001000011010100111110100100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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