#634F1E

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

Shades of Bronze Olive #634F1E

Tints of Bronze Olive #634F1E

Color information

#634F1E (or 0x634F1E) is unknown color: approx Bronze Olive. HEX triplet: 63, 4F and 1E. RGB value is (99,79,30). Sum of RGB (Red+Green+Blue) = 99+79+30=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #634F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F1E is #9CB0E1. Grayscale: #4F4F4F. Windows color (decimal): -10268898 or 1986403. OLE color: 1986403.

HSL color Cylindrical-coordinate representation of color #634F1E: hue angle of 42.61º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #634F1E is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB997930-
CMYK00.200.700.61
HSL42.61º53.49%25.29%-
HSV(B)42.61º69.7%38.82%-
XYZ8.188.342.41-
YUV79.39100.13141.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 79 (31.25% from 255) = 37.98%
BLUE value IS 30 (12.11% from 255) = 14.42%
R=47.60%
G=37.98%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99793000.200.700.6142.6153.4925.29
Hex634F1E014463D2b3519
Octal1431173602410675536531
Binary1100011100111111110010100100011011110110101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,79,30); }

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

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

 a { background-color: rgb(99,79,30); }

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

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

 span { border-color: rgb(99,79,30); }

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