Html Css Color HEX #776506 Yukon Gold

📋 copy color: '#776506'

red 119 ◦ green 101 ◦ blue 6

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

Shades of Yukon Gold #776506

Tints of Yukon Gold #776506

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.69%

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

R = 52.65%
G = 44.69%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#776506 (or 0x776506) is known color: Yukon Gold. HEX triplet: 77, 65 and 06. RGB value is (119,101,6). Sum of RGB (Red+Green+Blue) = 119+101+6=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #776506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776506 is #889AF9. Grayscale: #5F5F5F. Windows color (decimal): -8952570 or 419191. OLE color: 419191.

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

Color convert

RGB 119 101 6 -
CMYK 0 0.15 0.95 0.53
HSL 50.44º 0.9% 0.25% -
HSV(B) 50.44º 0.95% 0.47% -
XYZ 12.29 13.24 2.08 -
YUV 95.55 77.46 144.72 -
System Red Green Blue C M Y K H S L
Decimal 119 101 6 0 0.15 0.95 0.53 50.44 0.9 0.25
Hex 77 65 6 0 F 5F 35 32 5A 19
Octal 167 145 6 0 17 137 65 62 132 31
Binary 1110111 1100101 110 0 1111 1011111 110101 110010 1011010 11001

Color Harmonies of #776506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776506

Black with #776506

Text Example


Text Example

White with #776506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776506; }

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

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

background-color css

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

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

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

border-color css

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

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

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