Html Css Color HEX #896F11 Yukon Gold

📋 copy color: '#896F11'

red 137 ◦ green 111 ◦ blue 17

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

Shades of Yukon Gold #896F11

Tints of Yukon Gold #896F11

RGB

 RED value IS 137 (53.91% from 255) = 51.7%

 GREEN value IS 111 (43.75% from 255) = 41.89%

 BLUE value IS 17 (7.03% from 255) = 6.42%

R = 51.7%
G = 41.89%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#896F11 (or 0x896F11) is known color: Yukon Gold. HEX triplet: 89, 6F and 11. RGB value is (137,111,17). Sum of RGB (Red+Green+Blue) = 137+111+17=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #896F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896F11 is #7690EE. Grayscale: #6C6C6C. Windows color (decimal): -7770351 or 1142665. OLE color: 1142665.

HSL color Cylindrical-coordinate representation of color #896F11: hue angle of 47º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #896F11 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 111 17 -
CMYK 0 0.19 0.88 0.46
HSL 47º 0.78% 0.3% -
HSV(B) 47º 0.88% 0.54% -
XYZ 16.1 16.73 2.91 -
YUV 108.06 76.61 148.64 -
System Red Green Blue C M Y K H S L
Decimal 137 111 17 0 0.19 0.88 0.46 47 0.78 0.3
Hex 89 6F 11 0 13 58 2E 2F 4E 1E
Octal 211 157 21 0 23 130 56 57 116 36
Binary 10001001 1101111 10001 0 10011 1011000 101110 101111 1001110 11110

Color Harmonies of #896F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F11

Black with #896F11

Text Example


Text Example

White with #896F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896F11; }

 p { color: rgb(137,111,17); }

 H1.HeaderClassName
 {
   color: #896F11;
 }
 .AnyTagClassName
 {
   color: #896F11;
 }
</style>

background-color css

<style>
 a { background-color: #896F11; }

 a { background-color: rgb(137,111,17); }

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

border-color css

<style>
 span { border-color: #896F11; }

 span { border-color: rgb(137,111,17); }

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