#634E1A

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

Shades of Bronze Olive #634E1A

Tints of Bronze Olive #634E1A

Color information

#634E1A (or 0x634E1A) is unknown color: approx Bronze Olive. HEX triplet: 63, 4E and 1A. RGB value is (99,78,26). Sum of RGB (Red+Green+Blue) = 99+78+26=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #634E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E1A is #9CB1E5. Grayscale: #4E4E4E. Windows color (decimal): -10269158 or 1724003. OLE color: 1724003.

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

Color convert

RGB997826-
CMYK00.210.740.61
HSL42.74º58.4%24.51%-
HSV(B)42.74º73.74%38.82%-
XYZ8.068.182.13-
YUV78.3598.46142.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.77%
GREEN value IS 78 (30.86% from 255) = 38.42%
BLUE value IS 26 (10.55% from 255) = 12.81%
R=48.77%
G=38.42%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99782600.210.740.6142.7458.424.51
Hex634E1A0154A3D2b3a19
Octal1431163202511275537231
Binary1100011100111011010010101100101011110110101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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