Html Css Color HEX #80690C Yukon Gold

📋 copy color: '#80690C'

red 128 ◦ green 105 ◦ blue 12

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

Shades of Yukon Gold #80690C

Tints of Yukon Gold #80690C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.9%

R = 52.24%
G = 42.86%
B = 4.9%

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

#80690C (or 0x80690C) is known color: Yukon Gold. HEX triplet: 80, 69 and 0C. RGB value is (128,105,12). Sum of RGB (Red+Green+Blue) = 128+105+12=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #80690C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80690C is #7F96F3. Grayscale: #656565. Windows color (decimal): -8361716 or 813440. OLE color: 813440.

HSL color Cylindrical-coordinate representation of color #80690C: hue angle of 48.1º degrees, saturation: 0.83, 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 #80690C is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 105 12 -
CMYK 0 0.18 0.91 0.50
HSL 48.1º 0.83% 0.27% -
HSV(B) 48.1º 0.91% 0.5% -
XYZ 14.02 14.72 2.45 -
YUV 101.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 128 105 12 0 0.18 0.91 0.50 48.1 0.83 0.27
Hex 80 69 C 0 12 5B 32 30 53 1B
Octal 200 151 14 0 22 133 62 60 123 33
Binary 10000000 1101001 1100 0 10010 1011011 110010 110000 1010011 11011

Color Harmonies of #80690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80690C

Black with #80690C

Text Example


Text Example

White with #80690C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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