Html Css Color HEX #896A13 Yukon Gold

📋 copy color: '#896A13'

red 137 ◦ green 106 ◦ blue 19

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

Shades of Yukon Gold #896A13

Tints of Yukon Gold #896A13

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.46%

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

R = 52.29%
G = 40.46%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#896A13 (or 0x896A13) is known color: Yukon Gold. HEX triplet: 89, 6A and 13. RGB value is (137,106,19). Sum of RGB (Red+Green+Blue) = 137+106+19=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #896A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896A13 is #7695EC. Grayscale: #696969. Windows color (decimal): -7771629 or 1272457. OLE color: 1272457.

HSL color Cylindrical-coordinate representation of color #896A13: hue angle of 44.24º 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 #896A13 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 106 19 -
CMYK 0 0.23 0.86 0.46
HSL 44.24º 0.76% 0.31% -
HSV(B) 44.24º 0.86% 0.54% -
XYZ 15.59 15.67 2.82 -
YUV 105.35 79.27 150.57 -
System Red Green Blue C M Y K H S L
Decimal 137 106 19 0 0.23 0.86 0.46 44.24 0.76 0.31
Hex 89 6A 13 0 17 56 2E 2C 4C 1F
Octal 211 152 23 0 27 126 56 54 114 37
Binary 10001001 1101010 10011 0 10111 1010110 101110 101100 1001100 11111

Color Harmonies of #896A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896A13

Black with #896A13

Text Example


Text Example

White with #896A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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