Html Css Color HEX #896F13 Yukon Gold

📋 copy color: '#896F13'

red 137 ◦ green 111 ◦ blue 19

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

Shades of Yukon Gold #896F13

Tints of Yukon Gold #896F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.12%

R = 51.31%
G = 41.57%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#896F13 (or 0x896F13) is known color: Yukon Gold. HEX triplet: 89, 6F and 13. RGB value is (137,111,19). Sum of RGB (Red+Green+Blue) = 137+111+19=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #896F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896F13 is #7690EC. Grayscale: #6C6C6C. Windows color (decimal): -7770349 or 1273737. OLE color: 1273737.

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

Color convert

RGB 137 111 19 -
CMYK 0 0.19 0.86 0.46
HSL 46.78º 0.76% 0.31% -
HSV(B) 46.78º 0.86% 0.54% -
XYZ 16.12 16.73 3 -
YUV 108.29 77.61 148.48 -
System Red Green Blue C M Y K H S L
Decimal 137 111 19 0 0.19 0.86 0.46 46.78 0.76 0.31
Hex 89 6F 13 0 13 56 2E 2F 4C 1F
Octal 211 157 23 0 23 126 56 57 114 37
Binary 10001001 1101111 10011 0 10011 1010110 101110 101111 1001100 11111

Color Harmonies of #896F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F13

Black with #896F13

Text Example


Text Example

White with #896F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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