Html Css Color HEX #806015 Yukon Gold

📋 copy color: '#806015'

red 128 ◦ green 96 ◦ blue 21

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

Shades of Yukon Gold #806015

Tints of Yukon Gold #806015

RGB

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

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

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

R = 52.24%
G = 39.18%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#806015 (or 0x806015) is known color: Yukon Gold. HEX triplet: 80, 60 and 15. RGB value is (128,96,21). Sum of RGB (Red+Green+Blue) = 128+96+21=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #806015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806015 is #7F9FEA. Grayscale: #616161. Windows color (decimal): -8364011 or 1400960. OLE color: 1400960.

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

Color convert

RGB 128 96 21 -
CMYK 0 0.25 0.84 0.50
HSL 42.06º 0.72% 0.29% -
HSV(B) 42.06º 0.84% 0.5% -
XYZ 13.22 13.01 2.52 -
YUV 97.02 85.1 150.1 -
System Red Green Blue C M Y K H S L
Decimal 128 96 21 0 0.25 0.84 0.50 42.06 0.72 0.29
Hex 80 60 15 0 19 54 32 2A 48 1D
Octal 200 140 25 0 31 124 62 52 110 35
Binary 10000000 1100000 10101 0 11001 1010100 110010 101010 1001000 11101

Color Harmonies of #806015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806015

Black with #806015

Text Example


Text Example

White with #806015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806015; }

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

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

background-color css

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

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

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

border-color css

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

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

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