Html Css Color HEX #7F6C3D Yellow Metal

📋 copy color: '#7F6C3D'

red 127 ◦ green 108 ◦ blue 61

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

Shades of Yellow Metal #7F6C3D

Tints of Yellow Metal #7F6C3D

RGB

 RED value IS 127 (50% from 255) = 42.91%

 GREEN value IS 108 (42.58% from 255) = 36.49%

 BLUE value IS 61 (24.22% from 255) = 20.61%

R = 42.91%
G = 36.49%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#7F6C3D (or 0x7F6C3D) is known color: Yellow Metal. HEX triplet: 7F, 6C and 3D. RGB value is (127,108,61). Sum of RGB (Red+Green+Blue) = 127+108+61=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6C3D is #8093C2. Grayscale: #6C6C6C. Windows color (decimal): -8426435 or 4025471. OLE color: 4025471.

HSL color Cylindrical-coordinate representation of color #7F6C3D: hue angle of 42.73º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F6C3D is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 108 61 -
CMYK 0 0.15 0.52 0.50
HSL 42.73º 0.35% 0.37% -
HSV(B) 42.73º 0.52% 0.5% -
XYZ 14.96 15.57 6.63 -
YUV 108.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 127 108 61 0 0.15 0.52 0.50 42.73 0.35 0.37
Hex 7F 6C 3D 0 F 34 32 2B 23 25
Octal 177 154 75 0 17 64 62 53 43 45
Binary 1111111 1101100 111101 0 1111 110100 110010 101011 100011 100101

Color Harmonies of #7F6C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6C3D

Black with #7F6C3D

Text Example


Text Example

White with #7F6C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,108,61); }

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

background-color css

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

 a { background-color: rgb(127,108,61); }

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

border-color css

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

 span { border-color: rgb(127,108,61); }

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