Html Css Color HEX #806B1D Yukon Gold

📋 copy color: '#806B1D'

red 128 ◦ green 107 ◦ blue 29

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

Shades of Yukon Gold #806B1D

Tints of Yukon Gold #806B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.98%

R = 48.48%
G = 40.53%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#806B1D (or 0x806B1D) is known color: Yukon Gold. HEX triplet: 80, 6B and 1D. RGB value is (128,107,29). Sum of RGB (Red+Green+Blue) = 128+107+29=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #806B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806B1D is #7F94E2. Grayscale: #686868. Windows color (decimal): -8361187 or 1928064. OLE color: 1928064.

HSL color Cylindrical-coordinate representation of color #806B1D: hue angle of 47.27º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #806B1D is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 107 29 -
CMYK 0 0.16 0.77 0.50
HSL 47.27º 0.63% 0.31% -
HSV(B) 47.27º 0.77% 0.5% -
XYZ 14.38 15.19 3.34 -
YUV 104.39 85.46 144.84 -
System Red Green Blue C M Y K H S L
Decimal 128 107 29 0 0.16 0.77 0.50 47.27 0.63 0.31
Hex 80 6B 1D 0 10 4D 32 2F 3F 1F
Octal 200 153 35 0 20 115 62 57 77 37
Binary 10000000 1101011 11101 0 10000 1001101 110010 101111 111111 11111

Color Harmonies of #806B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806B1D

Black with #806B1D

Text Example


Text Example

White with #806B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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