Html Css Color HEX #766616 Yukon Gold

📋 copy color: '#766616'

red 118 ◦ green 102 ◦ blue 22

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

Shades of Yukon Gold #766616

Tints of Yukon Gold #766616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.15%

 BLUE value IS 22 (8.98% from 255) = 9.09%

R = 48.76%
G = 42.15%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#766616 (or 0x766616) is known color: Yukon Gold. HEX triplet: 76, 66 and 16. RGB value is (118,102,22). Sum of RGB (Red+Green+Blue) = 118+102+22=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #766616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766616 is #8999E9. Grayscale: #626262. Windows color (decimal): -9017834 or 1468022. OLE color: 1468022.

HSL color Cylindrical-coordinate representation of color #766616: hue angle of 50º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #766616 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 102 22 -
CMYK 0 0.14 0.81 0.54
HSL 50º 0.69% 0.27% -
HSV(B) 50º 0.81% 0.46% -
XYZ 12.37 13.41 2.7 -
YUV 97.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 118 102 22 0 0.14 0.81 0.54 50 0.69 0.27
Hex 76 66 16 0 E 51 36 32 45 1B
Octal 166 146 26 0 16 121 66 62 105 33
Binary 1110110 1100110 10110 0 1110 1010001 110110 110010 1000101 11011

Color Harmonies of #766616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766616

Black with #766616

Text Example


Text Example

White with #766616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766616; }

 p { color: rgb(118,102,22); }

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

background-color css

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

 a { background-color: rgb(118,102,22); }

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

border-color css

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

 span { border-color: rgb(118,102,22); }

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