Html Css Color HEX #7F610B Yukon Gold

📋 copy color: '#7F610B'

red 127 ◦ green 97 ◦ blue 11

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

Shades of Yukon Gold #7F610B

Tints of Yukon Gold #7F610B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.28%

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

R = 54.04%
G = 41.28%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#7F610B (or 0x7F610B) is known color: Yukon Gold. HEX triplet: 7F, 61 and 0B. RGB value is (127,97,11). Sum of RGB (Red+Green+Blue) = 127+97+11=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F610B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F610B is #809EF4. Grayscale: #606060. Windows color (decimal): -8429301 or 745855. OLE color: 745855.

HSL color Cylindrical-coordinate representation of color #7F610B: hue angle of 44.48º 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 #7F610B is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 97 11 -
CMYK 0 0.24 0.91 0.50
HSL 44.48º 0.84% 0.27% -
HSV(B) 44.48º 0.91% 0.5% -
XYZ 13.09 13.09 2.15 -
YUV 96.17 79.94 149.99 -
System Red Green Blue C M Y K H S L
Decimal 127 97 11 0 0.24 0.91 0.50 44.48 0.84 0.27
Hex 7F 61 B 0 18 5B 32 2C 54 1B
Octal 177 141 13 0 30 133 62 54 124 33
Binary 1111111 1100001 1011 0 11000 1011011 110010 101100 1010100 11011

Color Harmonies of #7F610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F610B

Black with #7F610B

Text Example


Text Example

White with #7F610B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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