Html Css Color HEX #7C6918 Yukon Gold

📋 copy color: '#7C6918'

red 124 ◦ green 105 ◦ blue 24

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

Shades of Yukon Gold #7C6918

Tints of Yukon Gold #7C6918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.49%

R = 49.01%
G = 41.5%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7C6918 (or 0x7C6918) is known color: Yukon Gold. HEX triplet: 7C, 69 and 18. RGB value is (124,105,24). Sum of RGB (Red+Green+Blue) = 124+105+24=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6918 is #8396E7. Grayscale: #656565. Windows color (decimal): -8623848 or 1599868. OLE color: 1599868.

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

Color convert

RGB 124 105 24 -
CMYK 0 0.15 0.81 0.51
HSL 48.6º 0.68% 0.29% -
HSV(B) 48.6º 0.81% 0.49% -
XYZ 13.53 14.45 2.94 -
YUV 101.45 84.29 144.09 -
System Red Green Blue C M Y K H S L
Decimal 124 105 24 0 0.15 0.81 0.51 48.6 0.68 0.29
Hex 7C 69 18 0 F 51 33 31 44 1D
Octal 174 151 30 0 17 121 63 61 104 35
Binary 1111100 1101001 11000 0 1111 1010001 110011 110001 1000100 11101

Color Harmonies of #7C6918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6918

Black with #7C6918

Text Example


Text Example

White with #7C6918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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