Html Css Color HEX #766818 Yukon Gold

📋 copy color: '#766818'

red 118 ◦ green 104 ◦ blue 24

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

Shades of Yukon Gold #766818

Tints of Yukon Gold #766818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.28%

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

R = 47.97%
G = 42.28%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#766818 (or 0x766818) is known color: Yukon Gold. HEX triplet: 76, 68 and 18. RGB value is (118,104,24). Sum of RGB (Red+Green+Blue) = 118+104+24=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #766818 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766818 is #8997E7. Grayscale: #636363. Windows color (decimal): -9017320 or 1599606. OLE color: 1599606.

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

Color convert

RGB 118 104 24 -
CMYK 0 0.12 0.80 0.54
HSL 51.06º 0.66% 0.28% -
HSV(B) 51.06º 0.8% 0.46% -
XYZ 12.59 13.82 2.87 -
YUV 99.07 85.64 141.5 -
System Red Green Blue C M Y K H S L
Decimal 118 104 24 0 0.12 0.80 0.54 51.06 0.66 0.28
Hex 76 68 18 0 C 50 36 33 42 1C
Octal 166 150 30 0 14 120 66 63 102 34
Binary 1110110 1101000 11000 0 1100 1010000 110110 110011 1000010 11100

Color Harmonies of #766818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766818

Black with #766818

Text Example


Text Example

White with #766818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766818; }

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

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

background-color css

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

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

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

border-color css

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

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

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