Html Css Color HEX #766518 Yukon Gold

📋 copy color: '#766518'

red 118 ◦ green 101 ◦ blue 24

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

Shades of Yukon Gold #766518

Tints of Yukon Gold #766518

RGB

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

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

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

R = 48.56%
G = 41.56%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#766518 (or 0x766518) is known color: Yukon Gold. HEX triplet: 76, 65 and 18. RGB value is (118,101,24). Sum of RGB (Red+Green+Blue) = 118+101+24=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #766518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766518 is #899AE7. Grayscale: #616161. Windows color (decimal): -9018088 or 1598838. OLE color: 1598838.

HSL color Cylindrical-coordinate representation of color #766518: hue angle of 49.15º 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 #766518 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 101 24 -
CMYK 0 0.14 0.80 0.54
HSL 49.15º 0.66% 0.28% -
HSV(B) 49.15º 0.8% 0.46% -
XYZ 12.29 13.22 2.77 -
YUV 97.31 86.63 142.76 -
System Red Green Blue C M Y K H S L
Decimal 118 101 24 0 0.14 0.80 0.54 49.15 0.66 0.28
Hex 76 65 18 0 E 50 36 31 42 1C
Octal 166 145 30 0 16 120 66 61 102 34
Binary 1110110 1100101 11000 0 1110 1010000 110110 110001 1000010 11100

Color Harmonies of #766518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766518

Black with #766518

Text Example


Text Example

White with #766518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766518; }

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

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

background-color css

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

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

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

border-color css

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

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

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