Html Css Color HEX #806B22 Yukon Gold

📋 copy color: '#806B22'

red 128 ◦ green 107 ◦ blue 34

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

Shades of Yukon Gold #806B22

Tints of Yukon Gold #806B22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.64%

R = 47.58%
G = 39.78%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#806B22 (or 0x806B22) is known color: Yukon Gold. HEX triplet: 80, 6B and 22. RGB value is (128,107,34). Sum of RGB (Red+Green+Blue) = 128+107+34=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #806B22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806B22 is #7F94DD. Grayscale: #696969. Windows color (decimal): -8361182 or 2255744. OLE color: 2255744.

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

Color convert

RGB 128 107 34 -
CMYK 0 0.16 0.73 0.50
HSL 46.6º 0.58% 0.32% -
HSV(B) 46.6º 0.73% 0.5% -
XYZ 14.45 15.22 3.69 -
YUV 104.96 87.96 144.44 -
System Red Green Blue C M Y K H S L
Decimal 128 107 34 0 0.16 0.73 0.50 46.6 0.58 0.32
Hex 80 6B 22 0 10 49 32 2F 3A 20
Octal 200 153 42 0 20 111 62 57 72 40
Binary 10000000 1101011 100010 0 10000 1001001 110010 101111 111010 100000

Color Harmonies of #806B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806B22

Black with #806B22

Text Example


Text Example

White with #806B22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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