Html Css Color HEX #896F0F Yukon Gold

📋 copy color: '#896F0F'

red 137 ◦ green 111 ◦ blue 15

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

Shades of Yukon Gold #896F0F

Tints of Yukon Gold #896F0F

RGB

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

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

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

R = 52.09%
G = 42.21%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#896F0F (or 0x896F0F) is known color: Yukon Gold. HEX triplet: 89, 6F and 0F. RGB value is (137,111,15). Sum of RGB (Red+Green+Blue) = 137+111+15=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #896F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896F0F is #7690F0. Grayscale: #6C6C6C. Windows color (decimal): -7770353 or 1011593. OLE color: 1011593.

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

Color convert

RGB 137 111 15 -
CMYK 0 0.19 0.89 0.46
HSL 47.21º 0.8% 0.3% -
HSV(B) 47.21º 0.89% 0.54% -
XYZ 16.09 16.72 2.83 -
YUV 107.83 75.61 148.81 -
System Red Green Blue C M Y K H S L
Decimal 137 111 15 0 0.19 0.89 0.46 47.21 0.8 0.3
Hex 89 6F F 0 13 59 2E 2F 50 1E
Octal 211 157 17 0 23 131 56 57 120 36
Binary 10001001 1101111 1111 0 10011 1011001 101110 101111 1010000 11110

Color Harmonies of #896F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F0F

Black with #896F0F

Text Example


Text Example

White with #896F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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