Html Css Color HEX #7C690F Yukon Gold

📋 copy color: '#7C690F'

red 124 ◦ green 105 ◦ blue 15

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

Shades of Yukon Gold #7C690F

Tints of Yukon Gold #7C690F

RGB

 RED value IS 124 (48.83% from 255) = 50.82%

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

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

R = 50.82%
G = 43.03%
B = 6.15%

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

#7C690F (or 0x7C690F) is known color: Yukon Gold. HEX triplet: 7C, 69 and 0F. RGB value is (124,105,15). Sum of RGB (Red+Green+Blue) = 124+105+15=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C690F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C690F is #8396F0. Grayscale: #646464. Windows color (decimal): -8623857 or 1010044. OLE color: 1010044.

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

Color convert

RGB 124 105 15 -
CMYK 0 0.15 0.88 0.51
HSL 49.54º 0.78% 0.27% -
HSV(B) 49.54º 0.88% 0.49% -
XYZ 13.45 14.42 2.53 -
YUV 100.42 79.79 144.82 -
System Red Green Blue C M Y K H S L
Decimal 124 105 15 0 0.15 0.88 0.51 49.54 0.78 0.27
Hex 7C 69 F 0 F 58 33 32 4E 1B
Octal 174 151 17 0 17 130 63 62 116 33
Binary 1111100 1101001 1111 0 1111 1011000 110011 110010 1001110 11011

Color Harmonies of #7C690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C690F

Black with #7C690F

Text Example


Text Example

White with #7C690F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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