Html Css Color HEX #806621 Yukon Gold

📋 copy color: '#806621'

red 128 ◦ green 102 ◦ blue 33

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

Shades of Yukon Gold #806621

Tints of Yukon Gold #806621

RGB

 RED value IS 128 (50.39% from 255) = 48.67%

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

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

R = 48.67%
G = 38.78%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.50

RGB Variations

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

Color information

#806621 (or 0x806621) is known color: Yukon Gold. HEX triplet: 80, 66 and 21. RGB value is (128,102,33). Sum of RGB (Red+Green+Blue) = 128+102+33=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #806621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806621 is #7F99DE. Grayscale: #666666. Windows color (decimal): -8362463 or 2188928. OLE color: 2188928.

HSL color Cylindrical-coordinate representation of color #806621: hue angle of 43.58º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #806621 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 102 33 -
CMYK 0 0.20 0.74 0.50
HSL 43.58º 0.59% 0.32% -
HSV(B) 43.58º 0.74% 0.5% -
XYZ 13.93 14.2 3.45 -
YUV 101.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 128 102 33 0 0.20 0.74 0.50 43.58 0.59 0.32
Hex 80 66 21 0 14 4A 32 2C 3B 20
Octal 200 146 41 0 24 112 62 54 73 40
Binary 10000000 1100110 100001 0 10100 1001010 110010 101100 111011 100000

Color Harmonies of #806621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806621

Black with #806621

Text Example


Text Example

White with #806621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806621; }

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

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

background-color css

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

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

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

border-color css

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

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

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