#635012

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

Shades of Bronze Olive #635012

Tints of Bronze Olive #635012

Color information

#635012 (or 0x635012) is unknown color: approx Bronze Olive. HEX triplet: 63, 50 and 12. RGB value is (99,80,18). Sum of RGB (Red+Green+Blue) = 99+80+18=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #635012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635012 is #9CAFED. Grayscale: #4E4E4E. Windows color (decimal): -10268654 or 1200227. OLE color: 1200227.

HSL color Cylindrical-coordinate representation of color #635012: hue angle of 45.93º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #635012 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB998018-
CMYK00.190.820.61
HSL45.93º69.23%22.94%-
HSV(B)45.93º81.82%38.82%-
XYZ8.128.431.77-
YUV78.6193.79142.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 80 (31.64% from 255) = 40.61%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=50.25%
G=40.61%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99801800.190.820.6145.9369.2322.94
Hex635012013523D2e4517
Octal14312022023122755610527
Binary11000111010000100100100111010010111101101110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635012; }

 p { color: rgb(99,80,18); }

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

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

 a { background-color: rgb(99,80,18); }

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

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

 span { border-color: rgb(99,80,18); }

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