#624320

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

Shades of Dark Brown #624320

Tints of Dark Brown #624320

Color information

#624320 (or 0x624320) is unknown color: approx Dark Brown. HEX triplet: 62, 43 and 20. RGB value is (98,67,32). Sum of RGB (Red+Green+Blue) = 98+67+32=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #624320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624320 is #9DBCDF. Grayscale: #484848. Windows color (decimal): -10337504 or 2114402. OLE color: 2114402.

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

Color convert

RGB986732-
CMYK00.320.670.62
HSL31.82º50.77%25.49%-
HSV(B)31.82º67.35%38.43%-
XYZ7.36.722.28-
YUV72.28105.27146.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.75%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=49.75%
G=34.01%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98673200.320.670.6231.8250.7725.49
Hex624320020433E203319
Octal1421034004010376406331
Binary110001010000111000000100000100001111111010000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624320; }

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

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

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

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

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

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

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

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