#635212

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

Shades of Bronze Olive #635212

Tints of Bronze Olive #635212

Color information

#635212 (or 0x635212) is unknown color: approx Bronze Olive. HEX triplet: 63, 52 and 12. RGB value is (99,82,18). Sum of RGB (Red+Green+Blue) = 99+82+18=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #635212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635212 is #9CADED. Grayscale: #505050. Windows color (decimal): -10268142 or 1200739. OLE color: 1200739.

HSL color Cylindrical-coordinate representation of color #635212: hue angle of 47.41º 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 #635212 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB998218-
CMYK00.170.820.61
HSL47.41º69.23%22.94%-
HSV(B)47.41º81.82%38.82%-
XYZ8.278.731.82-
YUV79.7993.13141.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.75%
GREEN value IS 82 (32.42% from 255) = 41.21%
BLUE value IS 18 (7.42% from 255) = 9.05%
R=49.75%
G=41.21%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99821800.170.820.6147.4169.2322.94
Hex635212011523D2f4517
Octal14312222021122755710527
Binary11000111010010100100100011010010111101101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635212; }

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

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

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

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

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

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

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

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