Html Css Color HEX #766918 Yukon Gold

📋 copy color: '#766918'

red 118 ◦ green 105 ◦ blue 24

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

Shades of Yukon Gold #766918

Tints of Yukon Gold #766918

RGB

 RED value IS 118 (46.48% from 255) = 47.77%

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

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

R = 47.77%
G = 42.51%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#766918 (or 0x766918) is known color: Yukon Gold. HEX triplet: 76, 69 and 18. RGB value is (118,105,24). Sum of RGB (Red+Green+Blue) = 118+105+24=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #766918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766918 is #8996E7. Grayscale: #636363. Windows color (decimal): -9017064 or 1599862. OLE color: 1599862.

HSL color Cylindrical-coordinate representation of color #766918: hue angle of 51.7º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #766918 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 24 -
CMYK 0 0.11 0.80 0.54
HSL 51.7º 0.66% 0.28% -
HSV(B) 51.7º 0.8% 0.46% -
XYZ 12.69 14.02 2.9 -
YUV 99.65 85.31 141.09 -
System Red Green Blue C M Y K H S L
Decimal 118 105 24 0 0.11 0.80 0.54 51.7 0.66 0.28
Hex 76 69 18 0 B 50 36 34 42 1C
Octal 166 151 30 0 13 120 66 64 102 34
Binary 1110110 1101001 11000 0 1011 1010000 110110 110100 1000010 11100

Color Harmonies of #766918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766918

Black with #766918

Text Example


Text Example

White with #766918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766918; }

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

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

background-color css

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

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

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

border-color css

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

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

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