#63550C

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

Shades of Bronze Olive #63550C

Tints of Bronze Olive #63550C

Color information

#63550C (or 0x63550C) is unknown color: approx Bronze Olive. HEX triplet: 63, 55 and 0C. RGB value is (99,85,12). Sum of RGB (Red+Green+Blue) = 99+85+12=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63550C is #9CAAF3. Grayscale: #515151. Windows color (decimal): -10267380 or 808291. OLE color: 808291.

HSL color Cylindrical-coordinate representation of color #63550C: hue angle of 50.34º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63550C is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB998512-
CMYK00.140.880.61
HSL50.34º78.38%21.76%-
HSV(B)50.34º87.88%38.82%-
XYZ8.469.181.67-
YUV80.8689.14140.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.51%
GREEN value IS 85 (33.59% from 255) = 43.37%
BLUE value IS 12 (5.08% from 255) = 6.12%
R=50.51%
G=43.37%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99851200.140.880.6150.3478.3821.76
Hex6355C0E583D324e16
Octal14312514016130756211626
Binary110001110101011100011101011000111101110010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63550C; }

 p { color: rgb(99,85,12); }

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

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

 a { background-color: rgb(99,85,12); }

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

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

 span { border-color: rgb(99,85,12); }

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