#635416

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

Shades of Bronze Olive #635416

Tints of Bronze Olive #635416

Color information

#635416 (or 0x635416) is unknown color: approx Bronze Olive. HEX triplet: 63, 54 and 16. RGB value is (99,84,22). Sum of RGB (Red+Green+Blue) = 99+84+22=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #635416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635416 is #9CABE9. Grayscale: #515151. Windows color (decimal): -10267626 or 1463395. OLE color: 1463395.

HSL color Cylindrical-coordinate representation of color #635416: hue angle of 48.31º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #635416 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB998422-
CMYK00.150.780.61
HSL48.31º63.64%23.73%-
HSV(B)48.31º77.78%38.82%-
XYZ8.469.052.06-
YUV81.4294.47140.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.29%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 22 (8.98% from 255) = 10.73%
R=48.29%
G=40.98%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99842200.150.780.6148.3163.6423.73
Hex6354160F4E3D304018
Octal14312426017116756010030
Binary1100011101010010110011111001110111101110000100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635416; }

 p { color: rgb(99,84,22); }

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

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

 a { background-color: rgb(99,84,22); }

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

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

 span { border-color: rgb(99,84,22); }

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