Html Css Color HEX #80690F Yukon Gold

📋 copy color: '#80690F'

red 128 ◦ green 105 ◦ blue 15

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

Shades of Yukon Gold #80690F

Tints of Yukon Gold #80690F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.05%

R = 51.61%
G = 42.34%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#80690F (or 0x80690F) is known color: Yukon Gold. HEX triplet: 80, 69 and 0F. RGB value is (128,105,15). Sum of RGB (Red+Green+Blue) = 128+105+15=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #80690F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80690F is #7F96F0. Grayscale: #666666. Windows color (decimal): -8361713 or 1010048. OLE color: 1010048.

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

Color convert

RGB 128 105 15 -
CMYK 0 0.18 0.88 0.50
HSL 47.79º 0.79% 0.28% -
HSV(B) 47.79º 0.88% 0.5% -
XYZ 14.04 14.73 2.55 -
YUV 101.62 79.12 146.82 -
System Red Green Blue C M Y K H S L
Decimal 128 105 15 0 0.18 0.88 0.50 47.79 0.79 0.28
Hex 80 69 F 0 12 58 32 30 4F 1C
Octal 200 151 17 0 22 130 62 60 117 34
Binary 10000000 1101001 1111 0 10010 1011000 110010 110000 1001111 11100

Color Harmonies of #80690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80690F

Black with #80690F

Text Example


Text Example

White with #80690F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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