#7C633D

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

Shades of Yellow Metal #7C633D

Tints of Yellow Metal #7C633D

Color information

#7C633D (or 0x7C633D) is unknown color: approx Yellow Metal. HEX triplet: 7C, 63 and 3D. RGB value is (124,99,61). Sum of RGB (Red+Green+Blue) = 124+99+61=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C633D is #839CC2. Grayscale: #666666. Windows color (decimal): -8625347 or 4023164. OLE color: 4023164.

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

Color convert

RGB1249961-
CMYK00.200.510.51
HSL36.19º34.05%36.27%-
HSV(B)36.19º50.81%48.63%-
XYZ13.6213.556.31-
YUV102.14104.78143.59-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.66%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 61 (24.22% from 255) = 21.48%
R=43.66%
G=34.86%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124996100.200.510.5136.1934.0536.27
Hex7C633D0143333242224
Octal174143750246363444244
Binary11111001100011111101010100110011110011100100100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C633D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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