#63540E

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

Shades of Bronze Olive #63540E

Tints of Bronze Olive #63540E

Color information

#63540E (or 0x63540E) is unknown color: approx Bronze Olive. HEX triplet: 63, 54 and 0E. RGB value is (99,84,14). Sum of RGB (Red+Green+Blue) = 99+84+14=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63540E is #9CABF1. Grayscale: #505050. Windows color (decimal): -10267634 or 939107. OLE color: 939107.

HSL color Cylindrical-coordinate representation of color #63540E: hue angle of 49.41º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63540E is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB998414-
CMYK00.150.860.61
HSL49.41º75.22%22.16%-
HSV(B)49.41º85.86%38.82%-
XYZ8.49.031.71-
YUV80.590.47141.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 84 (33.20% from 255) = 42.64%
BLUE value IS 14 (5.86% from 255) = 7.11%
R=50.25%
G=42.64%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99841400.150.860.6149.4175.2222.16
Hex6354E0F563D314b16
Octal14312416017126756111326
Binary110001110101001110011111010110111101110001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63540E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,84,14); }

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

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

 a { background-color: rgb(99,84,14); }

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

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

 span { border-color: rgb(99,84,14); }

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