Html Css Color HEX #80690B Yukon Gold

📋 copy color: '#80690B'

red 128 ◦ green 105 ◦ blue 11

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

Shades of Yukon Gold #80690B

Tints of Yukon Gold #80690B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.03%

 BLUE value IS 11 (4.69% from 255) = 4.51%

R = 52.46%
G = 43.03%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80690B (or 0x80690B) is known color: Yukon Gold. HEX triplet: 80, 69 and 0B. RGB value is (128,105,11). Sum of RGB (Red+Green+Blue) = 128+105+11=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #80690B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80690B is #7F96F4. Grayscale: #656565. Windows color (decimal): -8361717 or 747904. OLE color: 747904.

HSL color Cylindrical-coordinate representation of color #80690B: hue angle of 48.21º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80690B is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 105 11 -
CMYK 0 0.18 0.91 0.50
HSL 48.21º 0.84% 0.27% -
HSV(B) 48.21º 0.91% 0.5% -
XYZ 14.01 14.72 2.42 -
YUV 101.16 77.12 147.14 -
System Red Green Blue C M Y K H S L
Decimal 128 105 11 0 0.18 0.91 0.50 48.21 0.84 0.27
Hex 80 69 B 0 12 5B 32 30 54 1B
Octal 200 151 13 0 22 133 62 60 124 33
Binary 10000000 1101001 1011 0 10010 1011011 110010 110000 1010100 11011

Color Harmonies of #80690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80690B

Black with #80690B

Text Example


Text Example

White with #80690B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80690B; }

 p { color: rgb(128,105,11); }

 H1.HeaderClassName
 {
   color: #80690B;
 }
 .AnyTagClassName
 {
   color: #80690B;
 }
</style>

background-color css

<style>
 a { background-color: #80690B; }

 a { background-color: rgb(128,105,11); }

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

border-color css

<style>
 span { border-color: #80690B; }

 span { border-color: rgb(128,105,11); }

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