Html Css Color HEX #806606 Yukon Gold

📋 copy color: '#806606'

red 128 ◦ green 102 ◦ blue 6

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

Shades of Yukon Gold #806606

Tints of Yukon Gold #806606

RGB

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

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

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

R = 54.24%
G = 43.22%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#806606 (or 0x806606) is known color: Yukon Gold. HEX triplet: 80, 66 and 06. RGB value is (128,102,6). Sum of RGB (Red+Green+Blue) = 128+102+6=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #806606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806606 is #7F99F9. Grayscale: #636363. Windows color (decimal): -8362490 or 419456. OLE color: 419456.

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

Color convert

RGB 128 102 6 -
CMYK 0 0.20 0.95 0.50
HSL 47.21º 0.91% 0.26% -
HSV(B) 47.21º 0.95% 0.5% -
XYZ 13.69 14.11 2.17 -
YUV 98.83 75.61 148.81 -
System Red Green Blue C M Y K H S L
Decimal 128 102 6 0 0.20 0.95 0.50 47.21 0.91 0.26
Hex 80 66 6 0 14 5F 32 2F 5B 1A
Octal 200 146 6 0 24 137 62 57 133 32
Binary 10000000 1100110 110 0 10100 1011111 110010 101111 1011011 11010

Color Harmonies of #806606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806606

Black with #806606

Text Example


Text Example

White with #806606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806606; }

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

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

background-color css

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

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

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

border-color css

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

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

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