#624B21

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

Shades of Bronze Olive #624B21

Tints of Bronze Olive #624B21

Color information

#624B21 (or 0x624B21) is unknown color: approx Bronze Olive. HEX triplet: 62, 4B and 21. RGB value is (98,75,33). Sum of RGB (Red+Green+Blue) = 98+75+33=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #624B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624B21 is #9DB4DE. Grayscale: #4D4D4D. Windows color (decimal): -10335455 or 2181986. OLE color: 2181986.

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

Color convert

RGB987533-
CMYK00.230.660.62
HSL38.77º49.62%25.69%-
HSV(B)38.77º66.33%38.43%-
XYZ7.837.742.52-
YUV77.09103.12142.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.57%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 33 (13.28% from 255) = 16.02%
R=47.57%
G=36.41%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98753300.230.660.6238.7749.6225.69
Hex624B21017423E27321a
Octal1421134102710276476232
Binary11000101001011100001010111100001011111010011111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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