Html Css Color HEX #896F10 Yukon Gold

📋 copy color: '#896F10'

red 137 ◦ green 111 ◦ blue 16

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

Shades of Yukon Gold #896F10

Tints of Yukon Gold #896F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.06%

R = 51.89%
G = 42.05%
B = 6.06%

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

#896F10 (or 0x896F10) is known color: Yukon Gold. HEX triplet: 89, 6F and 10. RGB value is (137,111,16). Sum of RGB (Red+Green+Blue) = 137+111+16=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #896F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896F10 is #7690EF. Grayscale: #6C6C6C. Windows color (decimal): -7770352 or 1077129. OLE color: 1077129.

HSL color Cylindrical-coordinate representation of color #896F10: hue angle of 47.11º degrees, saturation: 0.79, 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 #896F10 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 111 16 -
CMYK 0 0.19 0.88 0.46
HSL 47.11º 0.79% 0.3% -
HSV(B) 47.11º 0.88% 0.54% -
XYZ 16.09 16.72 2.87 -
YUV 107.94 76.11 148.72 -
System Red Green Blue C M Y K H S L
Decimal 137 111 16 0 0.19 0.88 0.46 47.11 0.79 0.3
Hex 89 6F 10 0 13 58 2E 2F 4F 1E
Octal 211 157 20 0 23 130 56 57 117 36
Binary 10001001 1101111 10000 0 10011 1011000 101110 101111 1001111 11110

Color Harmonies of #896F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F10

Black with #896F10

Text Example


Text Example

White with #896F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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