Html Css Color HEX #7F6301 Yukon Gold

📋 copy color: '#7F6301'

red 127 ◦ green 99 ◦ blue 1

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

Shades of Yukon Gold #7F6301

Tints of Yukon Gold #7F6301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 55.95%
G = 43.61%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#7F6301 (or 0x7F6301) is known color: Yukon Gold. HEX triplet: 7F, 63 and 01. RGB value is (127,99,1). Sum of RGB (Red+Green+Blue) = 127+99+1=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6301 is #809CFE. Grayscale: #606060. Windows color (decimal): -8428799 or 91007. OLE color: 91007.

HSL color Cylindrical-coordinate representation of color #7F6301: hue angle of 46.67º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F6301 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 99 1 -
CMYK 0 0.22 0.99 0.50
HSL 46.67º 0.98% 0.25% -
HSV(B) 46.67º 0.99% 0.5% -
XYZ 13.22 13.44 1.93 -
YUV 96.2 74.28 149.97 -
System Red Green Blue C M Y K H S L
Decimal 127 99 1 0 0.22 0.99 0.50 46.67 0.98 0.25
Hex 7F 63 1 0 16 63 32 2F 62 19
Octal 177 143 1 0 26 143 62 57 142 31
Binary 1111111 1100011 1 0 10110 1100011 110010 101111 1100010 11001

Color Harmonies of #7F6301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6301

Black with #7F6301

Text Example


Text Example

White with #7F6301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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