#634F13

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

Shades of Bronze Olive #634F13

Tints of Bronze Olive #634F13

Color information

#634F13 (or 0x634F13) is unknown color: approx Bronze Olive. HEX triplet: 63, 4F and 13. RGB value is (99,79,19). Sum of RGB (Red+Green+Blue) = 99+79+19=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #634F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634F13 is #9CB0EC. Grayscale: #4E4E4E. Windows color (decimal): -10268909 or 1265507. OLE color: 1265507.

HSL color Cylindrical-coordinate representation of color #634F13: hue angle of 45º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #634F13 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB997919-
CMYK00.200.810.61
HSL45º67.8%23.14%-
HSV(B)45º80.81%38.82%-
XYZ8.068.291.79-
YUV78.1494.63142.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 79 (31.25% from 255) = 40.10%
BLUE value IS 19 (7.81% from 255) = 9.64%
R=50.25%
G=40.10%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99791900.200.810.614567.823.14
Hex634F13014513D2d4417
Octal14311723024121755510427
Binary11000111001111100110101001010001111101101101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634F13; }

 p { color: rgb(99,79,19); }

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

<style>
 a { background-color: #634F13; }

 a { background-color: rgb(99,79,19); }

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

<style>
 span { border-color: #634F13; }

 span { border-color: rgb(99,79,19); }

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