Html Css Color HEX #7D6941 Yellow Metal

📋 copy color: '#7D6941'

red 125 ◦ green 105 ◦ blue 65

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

Shades of Yellow Metal #7D6941

Tints of Yellow Metal #7D6941

RGB

 RED value IS 125 (49.22% from 255) = 42.37%

 GREEN value IS 105 (41.41% from 255) = 35.59%

 BLUE value IS 65 (25.78% from 255) = 22.03%

R = 42.37%
G = 35.59%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7D6941 (or 0x7D6941) is known color: Yellow Metal. HEX triplet: 7D, 69 and 41. RGB value is (125,105,65). Sum of RGB (Red+Green+Blue) = 125+105+65=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6941 is #8296BE. Grayscale: #6A6A6A. Windows color (decimal): -8558271 or 4286845. OLE color: 4286845.

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

Color convert

RGB 125 105 65 -
CMYK 0 0.16 0.48 0.51
HSL 40º 0.32% 0.37% -
HSV(B) 40º 0.48% 0.49% -
XYZ 14.46 14.84 7.1 -
YUV 106.42 104.63 141.25 -
System Red Green Blue C M Y K H S L
Decimal 125 105 65 0 0.16 0.48 0.51 40 0.32 0.37
Hex 7D 69 41 0 10 30 33 28 20 25
Octal 175 151 101 0 20 60 63 50 40 45
Binary 1111101 1101001 1000001 0 10000 110000 110011 101000 100000 100101

Color Harmonies of #7D6941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6941

Black with #7D6941

Text Example


Text Example

White with #7D6941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,105,65); }

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

background-color css

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

 a { background-color: rgb(125,105,65); }

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

border-color css

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

 span { border-color: rgb(125,105,65); }

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