#634F1B

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

Shades of Bronze Olive #634F1B

Tints of Bronze Olive #634F1B

Color information

#634F1B (or 0x634F1B) is unknown color: approx Bronze Olive. HEX triplet: 63, 4F and 1B. RGB value is (99,79,27). Sum of RGB (Red+Green+Blue) = 99+79+27=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #634F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F1B is #9CB0E4. Grayscale: #4F4F4F. Windows color (decimal): -10268901 or 1789795. OLE color: 1789795.

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

Color convert

RGB997927-
CMYK00.200.730.61
HSL43.33º57.14%24.71%-
HSV(B)43.33º72.73%38.82%-
XYZ8.148.322.21-
YUV79.0598.63142.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.29%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 27 (10.94% from 255) = 13.17%
R=48.29%
G=38.54%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99792700.200.730.6143.3357.1424.71
Hex634F1B014493D2b3919
Octal1431173302411175537131
Binary1100011100111111011010100100100111110110101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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