#63511B

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

Shades of Bronze Olive #63511B

Tints of Bronze Olive #63511B

Color information

#63511B (or 0x63511B) is unknown color: approx Bronze Olive. HEX triplet: 63, 51 and 1B. RGB value is (99,81,27). Sum of RGB (Red+Green+Blue) = 99+81+27=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #63511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63511B is #9CAEE4. Grayscale: #505050. Windows color (decimal): -10268389 or 1790307. OLE color: 1790307.

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

Color convert

RGB998127-
CMYK00.180.730.61
HSL45º57.14%24.71%-
HSV(B)45º72.73%38.82%-
XYZ8.298.622.26-
YUV80.2397.96141.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.83%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 27 (10.94% from 255) = 13.04%
R=47.83%
G=39.13%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99812700.180.730.614557.1424.71
Hex63511B012493D2d3919
Octal1431213302211175557131
Binary1100011101000111011010010100100111110110110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63511B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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