Html Css Color HEX #776621 Yukon Gold

📋 copy color: '#776621'

red 119 ◦ green 102 ◦ blue 33

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

Shades of Yukon Gold #776621

Tints of Yukon Gold #776621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.99%

R = 46.85%
G = 40.16%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#776621 (or 0x776621) is known color: Yukon Gold. HEX triplet: 77, 66 and 21. RGB value is (119,102,33). Sum of RGB (Red+Green+Blue) = 119+102+33=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #776621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776621 is #8899DE. Grayscale: #636363. Windows color (decimal): -8952287 or 2188919. OLE color: 2188919.

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

Color convert

RGB 119 102 33 -
CMYK 0 0.14 0.72 0.53
HSL 48.14º 0.57% 0.3% -
HSV(B) 48.14º 0.72% 0.47% -
XYZ 12.63 13.53 3.39 -
YUV 99.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 119 102 33 0 0.14 0.72 0.53 48.14 0.57 0.3
Hex 77 66 21 0 E 48 35 30 39 1E
Octal 167 146 41 0 16 110 65 60 71 36
Binary 1110111 1100110 100001 0 1110 1001000 110101 110000 111001 11110

Color Harmonies of #776621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776621

Black with #776621

Text Example


Text Example

White with #776621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776621; }

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

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

background-color css

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

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

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

border-color css

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

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

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