Html Css Color HEX #7C650F Yukon Gold

📋 copy color: '#7C650F'

red 124 ◦ green 101 ◦ blue 15

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

Shades of Yukon Gold #7C650F

Tints of Yukon Gold #7C650F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.08%

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

R = 51.67%
G = 42.08%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7C650F (or 0x7C650F) is known color: Yukon Gold. HEX triplet: 7C, 65 and 0F. RGB value is (124,101,15). Sum of RGB (Red+Green+Blue) = 124+101+15=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C650F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C650F is #839AF0. Grayscale: #626262. Windows color (decimal): -8624881 or 1009020. OLE color: 1009020.

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

Color convert

RGB 124 101 15 -
CMYK 0 0.19 0.88 0.51
HSL 47.34º 0.78% 0.27% -
HSV(B) 47.34º 0.88% 0.49% -
XYZ 13.05 13.63 2.39 -
YUV 98.07 81.12 146.49 -
System Red Green Blue C M Y K H S L
Decimal 124 101 15 0 0.19 0.88 0.51 47.34 0.78 0.27
Hex 7C 65 F 0 13 58 33 2F 4E 1B
Octal 174 145 17 0 23 130 63 57 116 33
Binary 1111100 1100101 1111 0 10011 1011000 110011 101111 1001110 11011

Color Harmonies of #7C650F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C650F

Black with #7C650F

Text Example


Text Example

White with #7C650F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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