Html Css Color HEX #776306 Yukon Gold

📋 copy color: '#776306'

red 119 ◦ green 99 ◦ blue 6

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

Shades of Yukon Gold #776306

Tints of Yukon Gold #776306

RGB

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

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

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

R = 53.13%
G = 44.2%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#776306 (or 0x776306) is known color: Yukon Gold. HEX triplet: 77, 63 and 06. RGB value is (119,99,6). Sum of RGB (Red+Green+Blue) = 119+99+6=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #776306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776306 is #889CF9. Grayscale: #5E5E5E. Windows color (decimal): -8953082 or 418679. OLE color: 418679.

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

Color convert

RGB 119 99 6 -
CMYK 0 0.17 0.95 0.53
HSL 49.38º 0.9% 0.25% -
HSV(B) 49.38º 0.95% 0.47% -
XYZ 12.1 12.86 2.02 -
YUV 94.38 78.13 145.56 -
System Red Green Blue C M Y K H S L
Decimal 119 99 6 0 0.17 0.95 0.53 49.38 0.9 0.25
Hex 77 63 6 0 11 5F 35 31 5A 19
Octal 167 143 6 0 21 137 65 61 132 31
Binary 1110111 1100011 110 0 10001 1011111 110101 110001 1011010 11001

Color Harmonies of #776306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776306

Black with #776306

Text Example


Text Example

White with #776306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776306; }

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

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

background-color css

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

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

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

border-color css

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

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

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