Html Css Color HEX #776606 Yukon Gold

📋 copy color: '#776606'

red 119 ◦ green 102 ◦ blue 6

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

Shades of Yukon Gold #776606

Tints of Yukon Gold #776606

RGB

 RED value IS 119 (46.88% from 255) = 52.42%

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

 BLUE value IS 6 (2.73% from 255) = 2.64%

R = 52.42%
G = 44.93%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#776606 (or 0x776606) is known color: Yukon Gold. HEX triplet: 77, 66 and 06. RGB value is (119,102,6). Sum of RGB (Red+Green+Blue) = 119+102+6=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #776606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776606 is #8899F9. Grayscale: #606060. Windows color (decimal): -8952314 or 419447. OLE color: 419447.

HSL color Cylindrical-coordinate representation of color #776606: hue angle of 50.97º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #776606 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 102 6 -
CMYK 0 0.14 0.95 0.53
HSL 50.97º 0.9% 0.25% -
HSV(B) 50.97º 0.95% 0.47% -
XYZ 12.39 13.44 2.11 -
YUV 96.14 77.13 144.31 -
System Red Green Blue C M Y K H S L
Decimal 119 102 6 0 0.14 0.95 0.53 50.97 0.9 0.25
Hex 77 66 6 0 E 5F 35 33 5A 19
Octal 167 146 6 0 16 137 65 63 132 31
Binary 1110111 1100110 110 0 1110 1011111 110101 110011 1011010 11001

Color Harmonies of #776606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776606

Black with #776606

Text Example


Text Example

White with #776606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776606; }

 p { color: rgb(119,102,6); }

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

background-color css

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

 a { background-color: rgb(119,102,6); }

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

border-color css

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

 span { border-color: rgb(119,102,6); }

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