Html Css Color HEX #7F630F Yukon Gold

📋 copy color: '#7F630F'

red 127 ◦ green 99 ◦ blue 15

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

Shades of Yukon Gold #7F630F

Tints of Yukon Gold #7F630F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.22%

R = 52.7%
G = 41.08%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#7F630F (or 0x7F630F) is known color: Yukon Gold. HEX triplet: 7F, 63 and 0F. RGB value is (127,99,15). Sum of RGB (Red+Green+Blue) = 127+99+15=241 (31% of max value = 765). Red value is 127 (50% from 255 or 52.70% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 127 - color contains mainly: red. Hex color #7F630F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F630F is #809CF0. Grayscale: #626262. Windows color (decimal): -8428785 or 1008511. OLE color: 1008511.

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

Color convert

RGB 127 99 15 -
CMYK 0 0.22 0.88 0.50
HSL 45º 0.79% 0.28% -
HSV(B) 45º 0.88% 0.5% -
XYZ 13.3 13.47 2.35 -
YUV 97.8 81.28 148.83 -
System Red Green Blue C M Y K H S L
Decimal 127 99 15 0 0.22 0.88 0.50 45 0.79 0.28
Hex 7F 63 F 0 16 58 32 2D 4F 1C
Octal 177 143 17 0 26 130 62 55 117 34
Binary 1111111 1100011 1111 0 10110 1011000 110010 101101 1001111 11100

Color Harmonies of #7F630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F630F

Black with #7F630F

Text Example


Text Example

White with #7F630F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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