Html Css Color HEX #806E18 Yukon Gold

📋 copy color: '#806E18'

red 128 ◦ green 110 ◦ blue 24

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

Shades of Yukon Gold #806E18

Tints of Yukon Gold #806E18

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.98%

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

R = 48.85%
G = 41.98%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#806E18 (or 0x806E18) is known color: Yukon Gold. HEX triplet: 80, 6E and 18. RGB value is (128,110,24). Sum of RGB (Red+Green+Blue) = 128+110+24=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #806E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806E18 is #7F91E7. Grayscale: #696969. Windows color (decimal): -8360424 or 1601152. OLE color: 1601152.

HSL color Cylindrical-coordinate representation of color #806E18: hue angle of 49.62º 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 #806E18 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 110 24 -
CMYK 0 0.14 0.81 0.50
HSL 49.62º 0.68% 0.3% -
HSV(B) 49.62º 0.81% 0.5% -
XYZ 14.64 15.81 3.14 -
YUV 105.58 81.96 143.99 -
System Red Green Blue C M Y K H S L
Decimal 128 110 24 0 0.14 0.81 0.50 49.62 0.68 0.3
Hex 80 6E 18 0 E 51 32 32 44 1E
Octal 200 156 30 0 16 121 62 62 104 36
Binary 10000000 1101110 11000 0 1110 1010001 110010 110010 1000100 11110

Color Harmonies of #806E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806E18

Black with #806E18

Text Example


Text Example

White with #806E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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