Html Css Color HEX #7C6638 Yellow Metal

📋 copy color: '#7C6638'

red 124 ◦ green 102 ◦ blue 56

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

Shades of Yellow Metal #7C6638

Tints of Yellow Metal #7C6638

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.17%

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

R = 43.97%
G = 36.17%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#7C6638 (or 0x7C6638) is known color: Yellow Metal. HEX triplet: 7C, 66 and 38. RGB value is (124,102,56). Sum of RGB (Red+Green+Blue) = 124+102+56=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6638 is #8399C7. Grayscale: #676767. Windows color (decimal): -8624584 or 3696252. OLE color: 3696252.

HSL color Cylindrical-coordinate representation of color #7C6638: hue angle of 40.59º 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 #7C6638 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 102 56 -
CMYK 0 0.18 0.55 0.51
HSL 40.59º 0.38% 0.35% -
HSV(B) 40.59º 0.55% 0.49% -
XYZ 13.78 14.07 5.73 -
YUV 103.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 124 102 56 0 0.18 0.55 0.51 40.59 0.38 0.35
Hex 7C 66 38 0 12 37 33 29 26 23
Octal 174 146 70 0 22 67 63 51 46 43
Binary 1111100 1100110 111000 0 10010 110111 110011 101001 100110 100011

Color Harmonies of #7C6638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6638

Black with #7C6638

Text Example


Text Example

White with #7C6638

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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