#624020

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

Shades of Dark Brown #624020

Tints of Dark Brown #624020

Color information

#624020 (or 0x624020) is unknown color: approx Dark Brown. HEX triplet: 62, 40 and 20. RGB value is (98,64,32). Sum of RGB (Red+Green+Blue) = 98+64+32=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #624020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624020 is #9DBFDF. Grayscale: #464646. Windows color (decimal): -10338272 or 2113634. OLE color: 2113634.

HSL color Cylindrical-coordinate representation of color #624020: hue angle of 29.09º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #624020 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB986432-
CMYK00.350.670.62
HSL29.09º50.77%25.49%-
HSV(B)29.09º67.35%38.43%-
XYZ7.136.372.22-
YUV70.52106.26147.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.52%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=50.52%
G=32.99%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98643200.350.670.6229.0950.7725.49
Hex624020023433E1d3319
Octal1421004004310376356331
Binary11000101000000100000010001110000111111101110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624020; }

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

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

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

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

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

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

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

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