Html Css Color HEX #766318 Yukon Gold

📋 copy color: '#766318'

red 118 ◦ green 99 ◦ blue 24

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

Shades of Yukon Gold #766318

Tints of Yukon Gold #766318

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.08%

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

R = 48.96%
G = 41.08%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#766318 (or 0x766318) is known color: Yukon Gold. HEX triplet: 76, 63 and 18. RGB value is (118,99,24). Sum of RGB (Red+Green+Blue) = 118+99+24=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #766318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766318 is #899CE7. Grayscale: #606060. Windows color (decimal): -9018600 or 1598326. OLE color: 1598326.

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

Color convert

RGB 118 99 24 -
CMYK 0 0.16 0.80 0.54
HSL 47.87º 0.66% 0.28% -
HSV(B) 47.87º 0.8% 0.46% -
XYZ 12.1 12.84 2.71 -
YUV 96.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 118 99 24 0 0.16 0.80 0.54 47.87 0.66 0.28
Hex 76 63 18 0 10 50 36 30 42 1C
Octal 166 143 30 0 20 120 66 60 102 34
Binary 1110110 1100011 11000 0 10000 1010000 110110 110000 1000010 11100

Color Harmonies of #766318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766318

Black with #766318

Text Example


Text Example

White with #766318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766318; }

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

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

background-color css

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

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

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

border-color css

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

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

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