Html Css Color HEX #806C1E Yukon Gold

📋 copy color: '#806C1E'

red 128 ◦ green 108 ◦ blue 30

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

Shades of Yukon Gold #806C1E

Tints of Yukon Gold #806C1E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.6%

 BLUE value IS 30 (12.11% from 255) = 11.28%

R = 48.12%
G = 40.6%
B = 11.28%

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

#806C1E (or 0x806C1E) is known color: Yukon Gold. HEX triplet: 80, 6C and 1E. RGB value is (128,108,30). Sum of RGB (Red+Green+Blue) = 128+108+30=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #806C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806C1E is #7F93E1. Grayscale: #696969. Windows color (decimal): -8360930 or 1993856. OLE color: 1993856.

HSL color Cylindrical-coordinate representation of color #806C1E: hue angle of 47.76º degrees, saturation: 0.62, 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 #806C1E is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 108 30 -
CMYK 0 0.16 0.77 0.50
HSL 47.76º 0.62% 0.31% -
HSV(B) 47.76º 0.77% 0.5% -
XYZ 14.5 15.41 3.44 -
YUV 105.09 85.63 144.34 -
System Red Green Blue C M Y K H S L
Decimal 128 108 30 0 0.16 0.77 0.50 47.76 0.62 0.31
Hex 80 6C 1E 0 10 4D 32 30 3E 1F
Octal 200 154 36 0 20 115 62 60 76 37
Binary 10000000 1101100 11110 0 10000 1001101 110010 110000 111110 11111

Color Harmonies of #806C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806C1E

Black with #806C1E

Text Example


Text Example

White with #806C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,108,30); }

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

background-color css

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

 a { background-color: rgb(128,108,30); }

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

border-color css

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

 span { border-color: rgb(128,108,30); }

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