#624220

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

Shades of Dark Brown #624220

Tints of Dark Brown #624220

Color information

#624220 (or 0x624220) is unknown color: approx Dark Brown. HEX triplet: 62, 42 and 20. RGB value is (98,66,32). Sum of RGB (Red+Green+Blue) = 98+66+32=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #624220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624220 is #9DBDDF. Grayscale: #474747. Windows color (decimal): -10337760 or 2114146. OLE color: 2114146.

HSL color Cylindrical-coordinate representation of color #624220: hue angle of 30.91º 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 #624220 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB986632-
CMYK00.330.670.62
HSL30.91º50.77%25.49%-
HSV(B)30.91º67.35%38.43%-
XYZ7.256.62.26-
YUV71.69105.6146.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 32 (12.89% from 255) = 16.33%
R=50%
G=33.67%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98663200.330.670.6230.9150.7725.49
Hex624220021433E1f3319
Octal1421024004110376376331
Binary11000101000010100000010000110000111111101111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624220; }

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

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

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

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

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

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

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

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