Html Css Color HEX #806C1B Yukon Gold

📋 copy color: '#806C1B'

red 128 ◦ green 108 ◦ blue 27

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

Shades of Yukon Gold #806C1B

Tints of Yukon Gold #806C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.27%

R = 48.67%
G = 41.06%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.50

RGB Variations

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

Color information

#806C1B (or 0x806C1B) is known color: Yukon Gold. HEX triplet: 80, 6C and 1B. RGB value is (128,108,27). Sum of RGB (Red+Green+Blue) = 128+108+27=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #806C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806C1B is #7F93E4. Grayscale: #696969. Windows color (decimal): -8360933 or 1797248. OLE color: 1797248.

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

Color convert

RGB 128 108 27 -
CMYK 0 0.16 0.79 0.50
HSL 48.12º 0.65% 0.3% -
HSV(B) 48.12º 0.79% 0.5% -
XYZ 14.46 15.39 3.25 -
YUV 104.75 84.13 144.59 -
System Red Green Blue C M Y K H S L
Decimal 128 108 27 0 0.16 0.79 0.50 48.12 0.65 0.3
Hex 80 6C 1B 0 10 4F 32 30 41 1E
Octal 200 154 33 0 20 117 62 60 101 36
Binary 10000000 1101100 11011 0 10000 1001111 110010 110000 1000001 11110

Color Harmonies of #806C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806C1B

Black with #806C1B

Text Example


Text Example

White with #806C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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