Html Css Color HEX #7F6514 Yukon Gold

📋 copy color: '#7F6514'

red 127 ◦ green 101 ◦ blue 20

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

Shades of Yukon Gold #7F6514

Tints of Yukon Gold #7F6514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.06%

R = 51.21%
G = 40.73%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#7F6514 (or 0x7F6514) is known color: Yukon Gold. HEX triplet: 7F, 65 and 14. RGB value is (127,101,20). Sum of RGB (Red+Green+Blue) = 127+101+20=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6514 is #809AEB. Grayscale: #636363. Windows color (decimal): -8428268 or 1336703. OLE color: 1336703.

HSL color Cylindrical-coordinate representation of color #7F6514: hue angle of 45.42º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F6514 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 101 20 -
CMYK 0 0.20 0.84 0.50
HSL 45.42º 0.73% 0.29% -
HSV(B) 45.42º 0.84% 0.5% -
XYZ 13.53 13.87 2.63 -
YUV 99.54 83.11 147.59 -
System Red Green Blue C M Y K H S L
Decimal 127 101 20 0 0.20 0.84 0.50 45.42 0.73 0.29
Hex 7F 65 14 0 14 54 32 2D 49 1D
Octal 177 145 24 0 24 124 62 55 111 35
Binary 1111111 1100101 10100 0 10100 1010100 110010 101101 1001001 11101

Color Harmonies of #7F6514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6514

Black with #7F6514

Text Example


Text Example

White with #7F6514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,101,20); }

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

background-color css

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

 a { background-color: rgb(127,101,20); }

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

border-color css

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

 span { border-color: rgb(127,101,20); }

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