#634D1B

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

Shades of Bronze Olive #634D1B

Tints of Bronze Olive #634D1B

Color information

#634D1B (or 0x634D1B) is unknown color: approx Bronze Olive. HEX triplet: 63, 4D and 1B. RGB value is (99,77,27). Sum of RGB (Red+Green+Blue) = 99+77+27=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #634D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D1B is #9CB2E4. Grayscale: #4E4E4E. Windows color (decimal): -10269413 or 1789283. OLE color: 1789283.

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

Color convert

RGB997727-
CMYK00.220.730.61
HSL41.67º57.14%24.71%-
HSV(B)41.67º72.73%38.82%-
XYZ88.042.17-
YUV77.8899.29143.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.77%
GREEN value IS 77 (30.47% from 255) = 37.93%
BLUE value IS 27 (10.94% from 255) = 13.30%
R=48.77%
G=37.93%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99772700.220.730.6141.6757.1424.71
Hex634D1B016493D2a3919
Octal1431153302611175527131
Binary1100011100110111011010110100100111110110101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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