Html Css Color HEX #776206 Yukon Gold

📋 copy color: '#776206'

red 119 ◦ green 98 ◦ blue 6

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

Shades of Yukon Gold #776206

Tints of Yukon Gold #776206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.95%

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

R = 53.36%
G = 43.95%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#776206 (or 0x776206) is known color: Yukon Gold. HEX triplet: 77, 62 and 06. RGB value is (119,98,6). Sum of RGB (Red+Green+Blue) = 119+98+6=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #776206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776206 is #889DF9. Grayscale: #5E5E5E. Windows color (decimal): -8953338 or 418423. OLE color: 418423.

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

Color convert

RGB 119 98 6 -
CMYK 0 0.18 0.95 0.53
HSL 48.85º 0.9% 0.25% -
HSV(B) 48.85º 0.95% 0.47% -
XYZ 12.01 12.67 1.99 -
YUV 93.79 78.46 145.98 -
System Red Green Blue C M Y K H S L
Decimal 119 98 6 0 0.18 0.95 0.53 48.85 0.9 0.25
Hex 77 62 6 0 12 5F 35 31 5A 19
Octal 167 142 6 0 22 137 65 61 132 31
Binary 1110111 1100010 110 0 10010 1011111 110101 110001 1011010 11001

Color Harmonies of #776206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776206

Black with #776206

Text Example


Text Example

White with #776206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776206; }

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

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

background-color css

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

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

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

border-color css

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

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

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