#63501B

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

Shades of Bronze Olive #63501B

Tints of Bronze Olive #63501B

Color information

#63501B (or 0x63501B) is unknown color: approx Bronze Olive. HEX triplet: 63, 50 and 1B. RGB value is (99,80,27). Sum of RGB (Red+Green+Blue) = 99+80+27=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #63501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63501B is #9CAFE4. Grayscale: #4F4F4F. Windows color (decimal): -10268645 or 1790051. OLE color: 1790051.

HSL color Cylindrical-coordinate representation of color #63501B: hue angle of 44.17º 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 #63501B is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB998027-
CMYK00.190.730.61
HSL44.17º57.14%24.71%-
HSV(B)44.17º72.73%38.82%-
XYZ8.218.472.24-
YUV79.6498.29141.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 27 (10.94% from 255) = 13.11%
R=48.06%
G=38.83%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99802700.190.730.6144.1757.1424.71
Hex63501B013493D2c3919
Octal1431203302311175547131
Binary1100011101000011011010011100100111110110110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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