Html Css Color HEX #806616 Yukon Gold

📋 copy color: '#806616'

red 128 ◦ green 102 ◦ blue 22

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

Shades of Yukon Gold #806616

Tints of Yukon Gold #806616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 50.79%
G = 40.48%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#806616 (or 0x806616) is known color: Yukon Gold. HEX triplet: 80, 66 and 16. RGB value is (128,102,22). Sum of RGB (Red+Green+Blue) = 128+102+22=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #806616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806616 is #7F99E9. Grayscale: #656565. Windows color (decimal): -8362474 or 1468032. OLE color: 1468032.

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

Color convert

RGB 128 102 22 -
CMYK 0 0.20 0.83 0.50
HSL 45.28º 0.71% 0.29% -
HSV(B) 45.28º 0.83% 0.5% -
XYZ 13.8 14.15 2.76 -
YUV 100.65 83.61 147.5 -
System Red Green Blue C M Y K H S L
Decimal 128 102 22 0 0.20 0.83 0.50 45.28 0.71 0.29
Hex 80 66 16 0 14 53 32 2D 47 1D
Octal 200 146 26 0 24 123 62 55 107 35
Binary 10000000 1100110 10110 0 10100 1010011 110010 101101 1000111 11101

Color Harmonies of #806616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806616

Black with #806616

Text Example


Text Example

White with #806616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806616; }

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

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

background-color css

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

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

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

border-color css

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

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

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