Html Css Color HEX #7D6A0F Yukon Gold

📋 copy color: '#7D6A0F'

red 125 ◦ green 106 ◦ blue 15

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

Shades of Yukon Gold #7D6A0F

Tints of Yukon Gold #7D6A0F

RGB

 RED value IS 125 (49.22% from 255) = 50.81%

 GREEN value IS 106 (41.8% from 255) = 43.09%

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

R = 50.81%
G = 43.09%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7D6A0F (or 0x7D6A0F) is known color: Yukon Gold. HEX triplet: 7D, 6A and 0F. RGB value is (125,106,15). Sum of RGB (Red+Green+Blue) = 125+106+15=246 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.81% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6A0F is #8295F0. Grayscale: #656565. Windows color (decimal): -8558065 or 1010301. OLE color: 1010301.

HSL color Cylindrical-coordinate representation of color #7D6A0F: hue angle of 49.64º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D6A0F is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 106 15 -
CMYK 0 0.15 0.88 0.51
HSL 49.64º 0.79% 0.27% -
HSV(B) 49.64º 0.88% 0.49% -
XYZ 13.7 14.7 2.57 -
YUV 101.31 79.29 144.9 -
System Red Green Blue C M Y K H S L
Decimal 125 106 15 0 0.15 0.88 0.51 49.64 0.79 0.27
Hex 7D 6A F 0 F 58 33 32 4F 1B
Octal 175 152 17 0 17 130 63 62 117 33
Binary 1111101 1101010 1111 0 1111 1011000 110011 110010 1001111 11011

Color Harmonies of #7D6A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6A0F

Black with #7D6A0F

Text Example


Text Example

White with #7D6A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,106,15); }

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

background-color css

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

 a { background-color: rgb(125,106,15); }

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

border-color css

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

 span { border-color: rgb(125,106,15); }

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