Html Css Color HEX #806B1A Yukon Gold

📋 copy color: '#806B1A'

red 128 ◦ green 107 ◦ blue 26

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

Shades of Yukon Gold #806B1A

Tints of Yukon Gold #806B1A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41%

 BLUE value IS 26 (10.55% from 255) = 9.96%

R = 49.04%
G = 41%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#806B1A (or 0x806B1A) is known color: Yukon Gold. HEX triplet: 80, 6B and 1A. RGB value is (128,107,26). Sum of RGB (Red+Green+Blue) = 128+107+26=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #806B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806B1A is #7F94E5. Grayscale: #686868. Windows color (decimal): -8361190 or 1731456. OLE color: 1731456.

HSL color Cylindrical-coordinate representation of color #806B1A: hue angle of 47.65º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #806B1A is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 107 26 -
CMYK 0 0.16 0.80 0.50
HSL 47.65º 0.66% 0.3% -
HSV(B) 47.65º 0.8% 0.5% -
XYZ 14.35 15.18 3.15 -
YUV 104.05 83.96 145.09 -
System Red Green Blue C M Y K H S L
Decimal 128 107 26 0 0.16 0.80 0.50 47.65 0.66 0.3
Hex 80 6B 1A 0 10 50 32 30 42 1E
Octal 200 153 32 0 20 120 62 60 102 36
Binary 10000000 1101011 11010 0 10000 1010000 110010 110000 1000010 11110

Color Harmonies of #806B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806B1A

Black with #806B1A

Text Example


Text Example

White with #806B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,107,26); }

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

background-color css

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

 a { background-color: rgb(128,107,26); }

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

border-color css

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

 span { border-color: rgb(128,107,26); }

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