#634E13

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

Shades of Bronze Olive #634E13

Tints of Bronze Olive #634E13

Color information

#634E13 (or 0x634E13) is unknown color: approx Bronze Olive. HEX triplet: 63, 4E and 13. RGB value is (99,78,19). Sum of RGB (Red+Green+Blue) = 99+78+19=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #634E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634E13 is #9CB1EC. Grayscale: #4D4D4D. Windows color (decimal): -10269165 or 1265251. OLE color: 1265251.

HSL color Cylindrical-coordinate representation of color #634E13: hue angle of 44.25º 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 #634E13 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB997819-
CMYK00.210.810.61
HSL44.25º67.8%23.14%-
HSV(B)44.25º80.81%38.82%-
XYZ7.998.151.77-
YUV77.5594.96143.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.51%
GREEN value IS 78 (30.86% from 255) = 39.80%
BLUE value IS 19 (7.81% from 255) = 9.69%
R=50.51%
G=39.80%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99781900.210.810.6144.2567.823.14
Hex634E13015513D2c4417
Octal14311623025121755410427
Binary11000111001110100110101011010001111101101100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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