#634F21

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

Shades of Bronze Olive #634F21

Tints of Bronze Olive #634F21

Color information

#634F21 (or 0x634F21) is unknown color: approx Bronze Olive. HEX triplet: 63, 4F and 21. RGB value is (99,79,33). Sum of RGB (Red+Green+Blue) = 99+79+33=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #634F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F21 is #9CB0DE. Grayscale: #4F4F4F. Windows color (decimal): -10268895 or 2183011. OLE color: 2183011.

HSL color Cylindrical-coordinate representation of color #634F21: hue angle of 41.82º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #634F21 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB997933-
CMYK00.200.670.61
HSL41.82º50%25.88%-
HSV(B)41.82º66.67%38.82%-
XYZ8.228.352.62-
YUV79.74101.63141.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.92%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 33 (13.28% from 255) = 15.64%
R=46.92%
G=37.44%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99793300.200.670.6141.825025.88
Hex634F21014433D2a321a
Octal1431174102410375526232
Binary11000111001111100001010100100001111110110101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634F21; }

 p { color: rgb(99,79,33); }

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

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

 a { background-color: rgb(99,79,33); }

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

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

 span { border-color: rgb(99,79,33); }

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