#63511E

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

Shades of Bronze Olive #63511E

Tints of Bronze Olive #63511E

Color information

#63511E (or 0x63511E) is unknown color: approx Bronze Olive. HEX triplet: 63, 51 and 1E. RGB value is (99,81,30). Sum of RGB (Red+Green+Blue) = 99+81+30=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63511E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63511E is #9CAEE1. Grayscale: #505050. Windows color (decimal): -10268386 or 1986915. OLE color: 1986915.

HSL color Cylindrical-coordinate representation of color #63511E: hue angle of 44.35º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63511E is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB998130-
CMYK00.180.700.61
HSL44.35º53.49%25.29%-
HSV(B)44.35º69.7%38.82%-
XYZ8.328.632.46-
YUV80.5799.46141.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.14%
GREEN value IS 81 (32.03% from 255) = 38.57%
BLUE value IS 30 (12.11% from 255) = 14.29%
R=47.14%
G=38.57%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99813000.180.700.6144.3553.4925.29
Hex63511E012463D2c3519
Octal1431213602210675546531
Binary1100011101000111110010010100011011110110110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63511E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63511E; }

 p { color: rgb(99,81,30); }

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

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

 a { background-color: rgb(99,81,30); }

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

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

 span { border-color: rgb(99,81,30); }

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