#634E1F

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

Shades of Bronze Olive #634E1F

Tints of Bronze Olive #634E1F

Color information

#634E1F (or 0x634E1F) is unknown color: approx Bronze Olive. HEX triplet: 63, 4E and 1F. RGB value is (99,78,31). Sum of RGB (Red+Green+Blue) = 99+78+31=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #634E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E1F is #9CB1E0. Grayscale: #4F4F4F. Windows color (decimal): -10269153 or 2051683. OLE color: 2051683.

HSL color Cylindrical-coordinate representation of color #634E1F: hue angle of 41.47º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #634E1F is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB997831-
CMYK00.210.690.61
HSL41.47º52.31%25.49%-
HSV(B)41.47º68.69%38.82%-
XYZ8.128.22.45-
YUV78.92100.96142.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 78 (30.86% from 255) = 37.5%
BLUE value IS 31 (12.5% from 255) = 14.90%
R=47.60%
G=37.5%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99783100.210.690.6141.4752.3125.49
Hex634E1F015453D293419
Octal1431163702510575516431
Binary1100011100111011111010101100010111110110100111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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