Html Css Color HEX #7C6538 Yellow Metal

📋 copy color: '#7C6538'

red 124 ◦ green 101 ◦ blue 56

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

Shades of Yellow Metal #7C6538

Tints of Yellow Metal #7C6538

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.94%

 BLUE value IS 56 (22.27% from 255) = 19.93%

R = 44.13%
G = 35.94%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#7C6538 (or 0x7C6538) is known color: Yellow Metal. HEX triplet: 7C, 65 and 38. RGB value is (124,101,56). Sum of RGB (Red+Green+Blue) = 124+101+56=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6538 is #839AC7. Grayscale: #666666. Windows color (decimal): -8624840 or 3695996. OLE color: 3695996.

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

Color convert

RGB 124 101 56 -
CMYK 0 0.19 0.55 0.51
HSL 39.71º 0.38% 0.35% -
HSV(B) 39.71º 0.55% 0.49% -
XYZ 13.68 13.88 5.7 -
YUV 102.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 124 101 56 0 0.19 0.55 0.51 39.71 0.38 0.35
Hex 7C 65 38 0 13 37 33 28 26 23
Octal 174 145 70 0 23 67 63 50 46 43
Binary 1111100 1100101 111000 0 10011 110111 110011 101000 100110 100011

Color Harmonies of #7C6538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6538

Black with #7C6538

Text Example


Text Example

White with #7C6538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,101,56); }

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

background-color css

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

 a { background-color: rgb(124,101,56); }

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

border-color css

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

 span { border-color: rgb(124,101,56); }

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