Html Css Color HEX #896F0E Yukon Gold

📋 copy color: '#896F0E'

red 137 ◦ green 111 ◦ blue 14

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

Shades of Yukon Gold #896F0E

Tints of Yukon Gold #896F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.34%

R = 52.29%
G = 42.37%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#896F0E (or 0x896F0E) is known color: Yukon Gold. HEX triplet: 89, 6F and 0E. RGB value is (137,111,14). Sum of RGB (Red+Green+Blue) = 137+111+14=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #896F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896F0E is #7690F1. Grayscale: #6C6C6C. Windows color (decimal): -7770354 or 946057. OLE color: 946057.

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

Color convert

RGB 137 111 14 -
CMYK 0 0.19 0.90 0.46
HSL 47.32º 0.81% 0.3% -
HSV(B) 47.32º 0.9% 0.54% -
XYZ 16.08 16.72 2.8 -
YUV 107.72 75.11 148.89 -
System Red Green Blue C M Y K H S L
Decimal 137 111 14 0 0.19 0.90 0.46 47.32 0.81 0.3
Hex 89 6F E 0 13 5A 2E 2F 51 1E
Octal 211 157 16 0 23 132 56 57 121 36
Binary 10001001 1101111 1110 0 10011 1011010 101110 101111 1010001 11110

Color Harmonies of #896F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F0E

Black with #896F0E

Text Example


Text Example

White with #896F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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