Html Css Color HEX #806018 Yukon Gold

📋 copy color: '#806018'

red 128 ◦ green 96 ◦ blue 24

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

Shades of Yukon Gold #806018

Tints of Yukon Gold #806018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.68%

R = 51.61%
G = 38.71%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#806018 (or 0x806018) is known color: Yukon Gold. HEX triplet: 80, 60 and 18. RGB value is (128,96,24). Sum of RGB (Red+Green+Blue) = 128+96+24=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #806018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806018 is #7F9FE7. Grayscale: #616161. Windows color (decimal): -8364008 or 1597568. OLE color: 1597568.

HSL color Cylindrical-coordinate representation of color #806018: hue angle of 41.54º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #806018 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 96 24 -
CMYK 0 0.25 0.81 0.50
HSL 41.54º 0.68% 0.3% -
HSV(B) 41.54º 0.81% 0.5% -
XYZ 13.25 13.02 2.68 -
YUV 97.36 86.6 149.85 -
System Red Green Blue C M Y K H S L
Decimal 128 96 24 0 0.25 0.81 0.50 41.54 0.68 0.3
Hex 80 60 18 0 19 51 32 2A 44 1E
Octal 200 140 30 0 31 121 62 52 104 36
Binary 10000000 1100000 11000 0 11001 1010001 110010 101010 1000100 11110

Color Harmonies of #806018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806018

Black with #806018

Text Example


Text Example

White with #806018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806018; }

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

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

background-color css

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

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

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

border-color css

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

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

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