Html Css Color HEX #896F14 Yukon Gold

📋 copy color: '#896F14'

red 137 ◦ green 111 ◦ blue 20

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

Shades of Yukon Gold #896F14

Tints of Yukon Gold #896F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 51.12%
G = 41.42%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#896F14 (or 0x896F14) is known color: Yukon Gold. HEX triplet: 89, 6F and 14. RGB value is (137,111,20). Sum of RGB (Red+Green+Blue) = 137+111+20=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #896F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896F14 is #7690EB. Grayscale: #6C6C6C. Windows color (decimal): -7770348 or 1339273. OLE color: 1339273.

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

Color convert

RGB 137 111 20 -
CMYK 0 0.19 0.85 0.46
HSL 46.67º 0.75% 0.31% -
HSV(B) 46.67º 0.85% 0.54% -
XYZ 16.13 16.74 3.04 -
YUV 108.4 78.11 148.4 -
System Red Green Blue C M Y K H S L
Decimal 137 111 20 0 0.19 0.85 0.46 46.67 0.75 0.31
Hex 89 6F 14 0 13 55 2E 2F 4B 1F
Octal 211 157 24 0 23 125 56 57 113 37
Binary 10001001 1101111 10100 0 10011 1010101 101110 101111 1001011 11111

Color Harmonies of #896F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F14

Black with #896F14

Text Example


Text Example

White with #896F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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