#634F1C

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

Shades of Bronze Olive #634F1C

Tints of Bronze Olive #634F1C

Color information

#634F1C (or 0x634F1C) is unknown color: approx Bronze Olive. HEX triplet: 63, 4F and 1C. RGB value is (99,79,28). Sum of RGB (Red+Green+Blue) = 99+79+28=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #634F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F1C is #9CB0E3. Grayscale: #4F4F4F. Windows color (decimal): -10268900 or 1855331. OLE color: 1855331.

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

Color convert

RGB997928-
CMYK00.200.720.61
HSL43.1º55.91%24.9%-
HSV(B)43.1º71.72%38.82%-
XYZ8.158.332.28-
YUV79.1799.13142.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 79 (31.25% from 255) = 38.35%
BLUE value IS 28 (11.33% from 255) = 13.59%
R=48.06%
G=38.35%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99792800.200.720.6143.155.9124.9
Hex634F1C014483D2b3819
Octal1431173402411075537031
Binary1100011100111111100010100100100011110110101111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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