#7C633F

Color #7C633F Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #7C633F

Tints of Yellow Metal #7C633F

Color information

#7C633F (or 0x7C633F) is unknown color: approx Yellow Metal. HEX triplet: 7C, 63 and 3F. RGB value is (124,99,63). Sum of RGB (Red+Green+Blue) = 124+99+63=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C633F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C633F is #839CC0. Grayscale: #666666. Windows color (decimal): -8625345 or 4154236. OLE color: 4154236.

HSL color Cylindrical-coordinate representation of color #7C633F: hue angle of 35.41º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C633F is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB1249963-
CMYK00.200.490.51
HSL35.41º32.62%36.67%-
HSV(B)35.41º49.19%48.63%-
XYZ13.6713.576.6-
YUV102.37105.78143.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.36%
GREEN value IS 99 (39.06% from 255) = 34.62%
BLUE value IS 63 (25% from 255) = 22.03%
R=43.36%
G=34.62%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124996300.200.490.5135.4132.6236.67
Hex7C633F0143133232125
Octal174143770246163434145
Binary11111001100011111111010100110001110011100011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C633F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C633F; }

 p { color: rgb(124,99,63); }

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

<style>
 a { background-color: #7C633F; }

 a { background-color: rgb(124,99,63); }

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

<style>
 span { border-color: #7C633F; }

 span { border-color: rgb(124,99,63); }

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