Html Css Color HEX #806715 Yukon Gold

📋 copy color: '#806715'

red 128 ◦ green 103 ◦ blue 21

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

Shades of Yukon Gold #806715

Tints of Yukon Gold #806715

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.87%

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 50.79%
G = 40.87%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#806715 (or 0x806715) is known color: Yukon Gold. HEX triplet: 80, 67 and 15. RGB value is (128,103,21). Sum of RGB (Red+Green+Blue) = 128+103+21=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #806715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806715 is #7F98EA. Grayscale: #656565. Windows color (decimal): -8362219 or 1402752. OLE color: 1402752.

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

Color convert

RGB 128 103 21 -
CMYK 0 0.20 0.84 0.50
HSL 45.98º 0.72% 0.29% -
HSV(B) 45.98º 0.84% 0.5% -
XYZ 13.89 14.34 2.75 -
YUV 101.13 82.78 147.17 -
System Red Green Blue C M Y K H S L
Decimal 128 103 21 0 0.20 0.84 0.50 45.98 0.72 0.29
Hex 80 67 15 0 14 54 32 2E 48 1D
Octal 200 147 25 0 24 124 62 56 110 35
Binary 10000000 1100111 10101 0 10100 1010100 110010 101110 1001000 11101

Color Harmonies of #806715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806715

Black with #806715

Text Example


Text Example

White with #806715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806715; }

 p { color: rgb(128,103,21); }

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

background-color css

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

 a { background-color: rgb(128,103,21); }

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

border-color css

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

 span { border-color: rgb(128,103,21); }

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