#634D15

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

Shades of Bronze Olive #634D15

Tints of Bronze Olive #634D15

Color information

#634D15 (or 0x634D15) is unknown color: approx Bronze Olive. HEX triplet: 63, 4D and 15. RGB value is (99,77,21). Sum of RGB (Red+Green+Blue) = 99+77+21=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #634D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634D15 is #9CB2EA. Grayscale: #4D4D4D. Windows color (decimal): -10269419 or 1396067. OLE color: 1396067.

HSL color Cylindrical-coordinate representation of color #634D15: hue angle of 43.08º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #634D15 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB997721-
CMYK00.220.790.61
HSL43.08º65%23.53%-
HSV(B)43.08º78.79%38.82%-
XYZ7.938.011.84-
YUV77.1996.29143.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 77 (30.47% from 255) = 39.09%
BLUE value IS 21 (8.59% from 255) = 10.66%
R=50.25%
G=39.09%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99772100.220.790.6143.086523.53
Hex634D150164F3D2b4118
Octal14311525026117755310130
Binary11000111001101101010101101001111111101101011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,77,21); }

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

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

 a { background-color: rgb(99,77,21); }

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

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

 span { border-color: rgb(99,77,21); }

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