Html Css Color HEX #7C6435 Yellow Metal

📋 copy color: '#7C6435'

red 124 ◦ green 100 ◦ blue 53

#7C6435
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Metal #7C6435

Tints of Yellow Metal #7C6435

RGB

 RED value IS 124 (48.83% from 255) = 44.77%

 GREEN value IS 100 (39.45% from 255) = 36.1%

 BLUE value IS 53 (21.09% from 255) = 19.13%

R = 44.77%
G = 36.1%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7C6435 (or 0x7C6435) is known color: Yellow Metal. HEX triplet: 7C, 64 and 35. RGB value is (124,100,53). Sum of RGB (Red+Green+Blue) = 124+100+53=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6435 is #839BCA. Grayscale: #666666. Windows color (decimal): -8625099 or 3499132. OLE color: 3499132.

HSL color Cylindrical-coordinate representation of color #7C6435: hue angle of 39.72º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C6435 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 100 53 -
CMYK 0 0.19 0.57 0.51
HSL 39.72º 0.4% 0.35% -
HSV(B) 39.72º 0.57% 0.49% -
XYZ 13.51 13.66 5.29 -
YUV 101.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 124 100 53 0 0.19 0.57 0.51 39.72 0.4 0.35
Hex 7C 64 35 0 13 39 33 28 28 23
Octal 174 144 65 0 23 71 63 50 50 43
Binary 1111100 1100100 110101 0 10011 111001 110011 101000 101000 100011

Color Harmonies of #7C6435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6435

Black with #7C6435

Text Example


Text Example

White with #7C6435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,100,53); }

 H1.HeaderClassName
 {
   color: #7C6435;
 }
 .AnyTagClassName
 {
   color: #7C6435;
 }
</style>

background-color css

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

 a { background-color: rgb(124,100,53); }

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

border-color css

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

 span { border-color: rgb(124,100,53); }

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