#624B20

Color #624B20 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #624B20

Tints of Bronze Olive #624B20

Color information

#624B20 (or 0x624B20) is unknown color: approx Bronze Olive. HEX triplet: 62, 4B and 20. RGB value is (98,75,32). Sum of RGB (Red+Green+Blue) = 98+75+32=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #624B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624B20 is #9DB4DF. Grayscale: #4D4D4D. Windows color (decimal): -10335456 or 2116450. OLE color: 2116450.

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

Color convert

RGB987532-
CMYK00.230.670.62
HSL39.09º50.77%25.49%-
HSV(B)39.09º67.35%38.43%-
XYZ7.817.732.45-
YUV76.97102.62143-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.80%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 32 (12.89% from 255) = 15.61%
R=47.80%
G=36.59%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98753200.230.670.6239.0950.7725.49
Hex624B20017433E273319
Octal1421134002710376476331
Binary11000101001011100000010111100001111111010011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624B20; }

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

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

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

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

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

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

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

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