Html Css Color HEX #806609 Yukon Gold

📋 copy color: '#806609'

red 128 ◦ green 102 ◦ blue 9

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

Shades of Yukon Gold #806609

Tints of Yukon Gold #806609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.77%

R = 53.56%
G = 42.68%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#806609 (or 0x806609) is known color: Yukon Gold. HEX triplet: 80, 66 and 09. RGB value is (128,102,9). Sum of RGB (Red+Green+Blue) = 128+102+9=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #806609 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806609 is #7F99F6. Grayscale: #636363. Windows color (decimal): -8362487 or 616064. OLE color: 616064.

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

Color convert

RGB 128 102 9 -
CMYK 0 0.20 0.93 0.50
HSL 46.89º 0.87% 0.27% -
HSV(B) 46.89º 0.93% 0.5% -
XYZ 13.7 14.11 2.26 -
YUV 99.17 77.11 148.56 -
System Red Green Blue C M Y K H S L
Decimal 128 102 9 0 0.20 0.93 0.50 46.89 0.87 0.27
Hex 80 66 9 0 14 5D 32 2F 57 1B
Octal 200 146 11 0 24 135 62 57 127 33
Binary 10000000 1100110 1001 0 10100 1011101 110010 101111 1010111 11011

Color Harmonies of #806609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806609

Black with #806609

Text Example


Text Example

White with #806609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806609; }

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

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

background-color css

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

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

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

border-color css

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

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

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