Html Css Color HEX #766718 Yukon Gold

📋 copy color: '#766718'

red 118 ◦ green 103 ◦ blue 24

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

Shades of Yukon Gold #766718

Tints of Yukon Gold #766718

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.04%

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

R = 48.16%
G = 42.04%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#766718 (or 0x766718) is known color: Yukon Gold. HEX triplet: 76, 67 and 18. RGB value is (118,103,24). Sum of RGB (Red+Green+Blue) = 118+103+24=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #766718 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766718 is #8998E7. Grayscale: #626262. Windows color (decimal): -9017576 or 1599350. OLE color: 1599350.

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

Color convert

RGB 118 103 24 -
CMYK 0 0.13 0.80 0.54
HSL 50.43º 0.66% 0.28% -
HSV(B) 50.43º 0.8% 0.46% -
XYZ 12.49 13.62 2.83 -
YUV 98.48 85.97 141.92 -
System Red Green Blue C M Y K H S L
Decimal 118 103 24 0 0.13 0.80 0.54 50.43 0.66 0.28
Hex 76 67 18 0 D 50 36 32 42 1C
Octal 166 147 30 0 15 120 66 62 102 34
Binary 1110110 1100111 11000 0 1101 1010000 110110 110010 1000010 11100

Color Harmonies of #766718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766718

Black with #766718

Text Example


Text Example

White with #766718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766718; }

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

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

background-color css

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

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

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

border-color css

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

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

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