#614018

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

Shades of Dark Brown #614018

Tints of Dark Brown #614018

Color information

#614018 (or 0x614018) is unknown color: approx Dark Brown. HEX triplet: 61, 40 and 18. RGB value is (97,64,24). Sum of RGB (Red+Green+Blue) = 97+64+24=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #614018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614018 is #9EBFE7. Grayscale: #454545. Windows color (decimal): -10403816 or 1589345. OLE color: 1589345.

HSL color Cylindrical-coordinate representation of color #614018: hue angle of 32.88º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #614018 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB976424-
CMYK00.340.750.62
HSL32.88º60.33%23.73%-
HSV(B)32.88º75.26%38.04%-
XYZ6.936.271.71-
YUV69.31102.43147.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 24 (9.77% from 255) = 12.97%
R=52.43%
G=34.59%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97642400.340.750.6232.8860.3323.73
Hex6140180224B3E213c18
Octal1411003004211376417430
Binary11000011000000110000100010100101111111010000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614018; }

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

 H1.HeaderClassName
 {
   color: #614018;
 }
 .AnyTagClassName
 {
   color: #614018;
 }
</style>
background-color css

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

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

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

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

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

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