Html Css Color HEX #7C6517 Yukon Gold

📋 copy color: '#7C6517'

red 124 ◦ green 101 ◦ blue 23

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

Shades of Yukon Gold #7C6517

Tints of Yukon Gold #7C6517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.27%

R = 50%
G = 40.73%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7C6517 (or 0x7C6517) is known color: Yukon Gold. HEX triplet: 7C, 65 and 17. RGB value is (124,101,23). Sum of RGB (Red+Green+Blue) = 124+101+23=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6517 is #839AE8. Grayscale: #636363. Windows color (decimal): -8624873 or 1533308. OLE color: 1533308.

HSL color Cylindrical-coordinate representation of color #7C6517: hue angle of 46.34º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C6517 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 101 23 -
CMYK 0 0.19 0.81 0.51
HSL 46.34º 0.69% 0.29% -
HSV(B) 46.34º 0.81% 0.49% -
XYZ 13.12 13.65 2.75 -
YUV 98.99 85.12 145.84 -
System Red Green Blue C M Y K H S L
Decimal 124 101 23 0 0.19 0.81 0.51 46.34 0.69 0.29
Hex 7C 65 17 0 13 51 33 2E 45 1D
Octal 174 145 27 0 23 121 63 56 105 35
Binary 1111100 1100101 10111 0 10011 1010001 110011 101110 1000101 11101

Color Harmonies of #7C6517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6517

Black with #7C6517

Text Example


Text Example

White with #7C6517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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