Html Css Color HEX #7D691C Yukon Gold

📋 copy color: '#7D691C'

red 125 ◦ green 105 ◦ blue 28

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

Shades of Yukon Gold #7D691C

Tints of Yukon Gold #7D691C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.85%

R = 48.45%
G = 40.7%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D691C (or 0x7D691C) is known color: Yukon Gold. HEX triplet: 7D, 69 and 1C. RGB value is (125,105,28). Sum of RGB (Red+Green+Blue) = 125+105+28=258 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.45% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 125 - color contains mainly: red. Hex color #7D691C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D691C is #8296E3. Grayscale: #666666. Windows color (decimal): -8558308 or 1862013. OLE color: 1862013.

HSL color Cylindrical-coordinate representation of color #7D691C: hue angle of 47.63º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D691C is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 105 28 -
CMYK 0 0.16 0.78 0.51
HSL 47.63º 0.63% 0.3% -
HSV(B) 47.63º 0.78% 0.49% -
XYZ 13.72 14.55 3.18 -
YUV 102.2 86.13 144.26 -
System Red Green Blue C M Y K H S L
Decimal 125 105 28 0 0.16 0.78 0.51 47.63 0.63 0.3
Hex 7D 69 1C 0 10 4E 33 30 3F 1E
Octal 175 151 34 0 20 116 63 60 77 36
Binary 1111101 1101001 11100 0 10000 1001110 110011 110000 111111 11110

Color Harmonies of #7D691C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D691C

Black with #7D691C

Text Example


Text Example

White with #7D691C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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