Html Css Color HEX #806908 Yukon Gold

📋 copy color: '#806908'

red 128 ◦ green 105 ◦ blue 8

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

Shades of Yukon Gold #806908

Tints of Yukon Gold #806908

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.57%

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

R = 53.11%
G = 43.57%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#806908 (or 0x806908) is known color: Yukon Gold. HEX triplet: 80, 69 and 08. RGB value is (128,105,8). Sum of RGB (Red+Green+Blue) = 128+105+8=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #806908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806908 is #7F96F7. Grayscale: #656565. Windows color (decimal): -8361720 or 551296. OLE color: 551296.

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

Color convert

RGB 128 105 8 -
CMYK 0 0.18 0.94 0.50
HSL 48.5º 0.88% 0.27% -
HSV(B) 48.5º 0.94% 0.5% -
XYZ 14 14.71 2.33 -
YUV 100.82 75.62 147.39 -
System Red Green Blue C M Y K H S L
Decimal 128 105 8 0 0.18 0.94 0.50 48.5 0.88 0.27
Hex 80 69 8 0 12 5E 32 30 58 1B
Octal 200 151 10 0 22 136 62 60 130 33
Binary 10000000 1101001 1000 0 10010 1011110 110010 110000 1011000 11011

Color Harmonies of #806908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806908

Black with #806908

Text Example


Text Example

White with #806908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806908; }

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

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

background-color css

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

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

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

border-color css

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

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

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