#63511A

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

Shades of Bronze Olive #63511A

Tints of Bronze Olive #63511A

Color information

#63511A (or 0x63511A) is unknown color: approx Bronze Olive. HEX triplet: 63, 51 and 1A. RGB value is (99,81,26). Sum of RGB (Red+Green+Blue) = 99+81+26=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #63511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63511A is #9CAEE5. Grayscale: #505050. Windows color (decimal): -10268390 or 1724771. OLE color: 1724771.

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

Color convert

RGB998126-
CMYK00.180.740.61
HSL45.21º58.4%24.51%-
HSV(B)45.21º73.74%38.82%-
XYZ8.278.612.2-
YUV80.1197.46141.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=48.06%
G=39.32%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99812600.180.740.6145.2158.424.51
Hex63511A0124A3D2d3a19
Octal1431213202211275557231
Binary1100011101000111010010010100101011110110110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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