Html Css Color HEX #7F6319 Yukon Gold

📋 copy color: '#7F6319'

red 127 ◦ green 99 ◦ blue 25

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

Shades of Yukon Gold #7F6319

Tints of Yukon Gold #7F6319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.44%

 BLUE value IS 25 (10.16% from 255) = 9.96%

R = 50.6%
G = 39.44%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#7F6319 (or 0x7F6319) is known color: Yukon Gold. HEX triplet: 7F, 63 and 19. RGB value is (127,99,25). Sum of RGB (Red+Green+Blue) = 127+99+25=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6319 is #809CE6. Grayscale: #636363. Windows color (decimal): -8428775 or 1663871. OLE color: 1663871.

HSL color Cylindrical-coordinate representation of color #7F6319: hue angle of 43.53º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F6319 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 99 25 -
CMYK 0 0.22 0.80 0.50
HSL 43.53º 0.67% 0.3% -
HSV(B) 43.53º 0.8% 0.5% -
XYZ 13.39 13.51 2.82 -
YUV 98.94 86.28 148.02 -
System Red Green Blue C M Y K H S L
Decimal 127 99 25 0 0.22 0.80 0.50 43.53 0.67 0.3
Hex 7F 63 19 0 16 50 32 2C 43 1E
Octal 177 143 31 0 26 120 62 54 103 36
Binary 1111111 1100011 11001 0 10110 1010000 110010 101100 1000011 11110

Color Harmonies of #7F6319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6319

Black with #7F6319

Text Example


Text Example

White with #7F6319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,99,25); }

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

background-color css

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

 a { background-color: rgb(127,99,25); }

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

border-color css

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

 span { border-color: rgb(127,99,25); }

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