Html Css Color HEX #766418 Yukon Gold

📋 copy color: '#766418'

red 118 ◦ green 100 ◦ blue 24

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

Shades of Yukon Gold #766418

Tints of Yukon Gold #766418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.32%

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

R = 48.76%
G = 41.32%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#766418 (or 0x766418) is known color: Yukon Gold. HEX triplet: 76, 64 and 18. RGB value is (118,100,24). Sum of RGB (Red+Green+Blue) = 118+100+24=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #766418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766418 is #899BE7. Grayscale: #616161. Windows color (decimal): -9018344 or 1598582. OLE color: 1598582.

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

Color convert

RGB 118 100 24 -
CMYK 0 0.15 0.80 0.54
HSL 48.51º 0.66% 0.28% -
HSV(B) 48.51º 0.8% 0.46% -
XYZ 12.19 13.03 2.74 -
YUV 96.72 86.96 143.18 -
System Red Green Blue C M Y K H S L
Decimal 118 100 24 0 0.15 0.80 0.54 48.51 0.66 0.28
Hex 76 64 18 0 F 50 36 31 42 1C
Octal 166 144 30 0 17 120 66 61 102 34
Binary 1110110 1100100 11000 0 1111 1010000 110110 110001 1000010 11100

Color Harmonies of #766418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766418

Black with #766418

Text Example


Text Example

White with #766418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766418; }

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

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

background-color css

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

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

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

border-color css

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

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

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