Html Css Color HEX #7D690F Yukon Gold

📋 copy color: '#7D690F'

red 125 ◦ green 105 ◦ blue 15

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

Shades of Yukon Gold #7D690F

Tints of Yukon Gold #7D690F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.86%

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

R = 51.02%
G = 42.86%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7D690F (or 0x7D690F) is known color: Yukon Gold. HEX triplet: 7D, 69 and 0F. RGB value is (125,105,15). Sum of RGB (Red+Green+Blue) = 125+105+15=245 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.02% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 125 - color contains mainly: red. Hex color #7D690F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D690F is #8296F0. Grayscale: #656565. Windows color (decimal): -8558321 or 1010045. OLE color: 1010045.

HSL color Cylindrical-coordinate representation of color #7D690F: hue angle of 49.09º 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 #7D690F is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 105 15 -
CMYK 0 0.16 0.88 0.51
HSL 49.09º 0.79% 0.27% -
HSV(B) 49.09º 0.88% 0.49% -
XYZ 13.6 14.5 2.53 -
YUV 100.72 79.63 145.32 -
System Red Green Blue C M Y K H S L
Decimal 125 105 15 0 0.16 0.88 0.51 49.09 0.79 0.27
Hex 7D 69 F 0 10 58 33 31 4F 1B
Octal 175 151 17 0 20 130 63 61 117 33
Binary 1111101 1101001 1111 0 10000 1011000 110011 110001 1001111 11011

Color Harmonies of #7D690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D690F

Black with #7D690F

Text Example


Text Example

White with #7D690F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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