Html Css Color HEX #7F6017 Yukon Gold

📋 copy color: '#7F6017'

red 127 ◦ green 96 ◦ blue 23

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

Shades of Yukon Gold #7F6017

Tints of Yukon Gold #7F6017

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.02%

 BLUE value IS 23 (9.38% from 255) = 9.35%

R = 51.63%
G = 39.02%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#7F6017 (or 0x7F6017) is known color: Yukon Gold. HEX triplet: 7F, 60 and 17. RGB value is (127,96,23). Sum of RGB (Red+Green+Blue) = 127+96+23=246 (32% of max value = 765). Red value is 127 (50% from 255 or 51.63% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6017 is #809FE8. Grayscale: #616161. Windows color (decimal): -8429545 or 1532031. OLE color: 1532031.

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

Color convert

RGB 127 96 23 -
CMYK 0 0.24 0.82 0.50
HSL 42.12º 0.69% 0.29% -
HSV(B) 42.12º 0.82% 0.5% -
XYZ 13.09 12.94 2.62 -
YUV 96.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 127 96 23 0 0.24 0.82 0.50 42.12 0.69 0.29
Hex 7F 60 17 0 18 52 32 2A 45 1D
Octal 177 140 27 0 30 122 62 52 105 35
Binary 1111111 1100000 10111 0 11000 1010010 110010 101010 1000101 11101

Color Harmonies of #7F6017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6017

Black with #7F6017

Text Example


Text Example

White with #7F6017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,96,23); }

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

background-color css

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

 a { background-color: rgb(127,96,23); }

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

border-color css

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

 span { border-color: rgb(127,96,23); }

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