Html Css Color HEX #7F630B Yukon Gold

📋 copy color: '#7F630B'

red 127 ◦ green 99 ◦ blue 11

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

Shades of Yukon Gold #7F630B

Tints of Yukon Gold #7F630B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.64%

R = 53.59%
G = 41.77%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#7F630B (or 0x7F630B) is known color: Yukon Gold. HEX triplet: 7F, 63 and 0B. RGB value is (127,99,11). Sum of RGB (Red+Green+Blue) = 127+99+11=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F630B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F630B is #809CF4. Grayscale: #616161. Windows color (decimal): -8428789 or 746367. OLE color: 746367.

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

Color convert

RGB 127 99 11 -
CMYK 0 0.22 0.91 0.50
HSL 45.52º 0.84% 0.27% -
HSV(B) 45.52º 0.91% 0.5% -
XYZ 13.27 13.46 2.21 -
YUV 97.34 79.28 149.16 -
System Red Green Blue C M Y K H S L
Decimal 127 99 11 0 0.22 0.91 0.50 45.52 0.84 0.27
Hex 7F 63 B 0 16 5B 32 2E 54 1B
Octal 177 143 13 0 26 133 62 56 124 33
Binary 1111111 1100011 1011 0 10110 1011011 110010 101110 1010100 11011

Color Harmonies of #7F630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F630B

Black with #7F630B

Text Example


Text Example

White with #7F630B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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