#624014

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

Shades of Dark Brown #624014

Tints of Dark Brown #624014

Color information

#624014 (or 0x624014) is unknown color: approx Dark Brown. HEX triplet: 62, 40 and 14. RGB value is (98,64,20). Sum of RGB (Red+Green+Blue) = 98+64+20=182 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.85% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 98 - color contains mainly: red. Hex color #624014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624014 is #9DBFEB. Grayscale: #454545. Windows color (decimal): -10338284 or 1327202. OLE color: 1327202.

HSL color Cylindrical-coordinate representation of color #624014: hue angle of 33.85º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #624014 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB986420-
CMYK00.350.800.62
HSL33.85º66.1%23.14%-
HSV(B)33.85º79.59%38.43%-
XYZ76.311.51-
YUV69.15100.26148.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.85%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 20 (8.20% from 255) = 10.99%
R=53.85%
G=35.16%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98642000.350.800.6233.8566.123.14
Hex624014023503E224217
Octal14210024043120764210227
Binary110001010000001010001000111010000111110100010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624014; }

 p { color: rgb(98,64,20); }

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

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

 a { background-color: rgb(98,64,20); }

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

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

 span { border-color: rgb(98,64,20); }

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