Html Css Color HEX #806008 Yukon Gold

📋 copy color: '#806008'

red 128 ◦ green 96 ◦ blue 8

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

Shades of Yukon Gold #806008

Tints of Yukon Gold #806008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.38%

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

R = 55.17%
G = 41.38%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#806008 (or 0x806008) is known color: Yukon Gold. HEX triplet: 80, 60 and 08. RGB value is (128,96,8). Sum of RGB (Red+Green+Blue) = 128+96+8=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #806008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806008 is #7F9FF7. Grayscale: #5F5F5F. Windows color (decimal): -8364024 or 548992. OLE color: 548992.

HSL color Cylindrical-coordinate representation of color #806008: hue angle of 44º 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 #806008 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 96 8 -
CMYK 0 0.25 0.94 0.50
HSL 44º 0.88% 0.27% -
HSV(B) 44º 0.94% 0.5% -
XYZ 13.13 12.97 2.04 -
YUV 95.54 78.6 151.16 -
System Red Green Blue C M Y K H S L
Decimal 128 96 8 0 0.25 0.94 0.50 44 0.88 0.27
Hex 80 60 8 0 19 5E 32 2C 58 1B
Octal 200 140 10 0 31 136 62 54 130 33
Binary 10000000 1100000 1000 0 11001 1011110 110010 101100 1011000 11011

Color Harmonies of #806008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806008

Black with #806008

Text Example


Text Example

White with #806008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806008; }

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

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

background-color css

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

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

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

border-color css

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

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

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