Html Css Color HEX #806608 Yukon Gold

📋 copy color: '#806608'

red 128 ◦ green 102 ◦ blue 8

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

Shades of Yukon Gold #806608

Tints of Yukon Gold #806608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.36%

R = 53.78%
G = 42.86%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#806608 (or 0x806608) is known color: Yukon Gold. HEX triplet: 80, 66 and 08. RGB value is (128,102,8). Sum of RGB (Red+Green+Blue) = 128+102+8=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #806608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806608 is #7F99F7. Grayscale: #636363. Windows color (decimal): -8362488 or 550528. OLE color: 550528.

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

Color convert

RGB 128 102 8 -
CMYK 0 0.20 0.94 0.50
HSL 47º 0.88% 0.27% -
HSV(B) 47º 0.94% 0.5% -
XYZ 13.7 14.11 2.23 -
YUV 99.06 76.61 148.64 -
System Red Green Blue C M Y K H S L
Decimal 128 102 8 0 0.20 0.94 0.50 47 0.88 0.27
Hex 80 66 8 0 14 5E 32 2F 58 1B
Octal 200 146 10 0 24 136 62 57 130 33
Binary 10000000 1100110 1000 0 10100 1011110 110010 101111 1011000 11011

Color Harmonies of #806608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806608

Black with #806608

Text Example


Text Example

White with #806608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806608; }

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

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

background-color css

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

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

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

border-color css

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

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

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