Html Css Color HEX #896414 Yukon Gold

📋 copy color: '#896414'

red 137 ◦ green 100 ◦ blue 20

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

Shades of Yukon Gold #896414

Tints of Yukon Gold #896414

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.91%

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 53.31%
G = 38.91%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#896414 (or 0x896414) is known color: Yukon Gold. HEX triplet: 89, 64 and 14. RGB value is (137,100,20). Sum of RGB (Red+Green+Blue) = 137+100+20=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #896414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896414 is #769BEB. Grayscale: #666666. Windows color (decimal): -7773164 or 1336457. OLE color: 1336457.

HSL color Cylindrical-coordinate representation of color #896414: hue angle of 41.03º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #896414 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 100 20 -
CMYK 0 0.27 0.85 0.46
HSL 41.03º 0.75% 0.31% -
HSV(B) 41.03º 0.85% 0.54% -
XYZ 15 14.48 2.67 -
YUV 101.94 81.76 153 -
System Red Green Blue C M Y K H S L
Decimal 137 100 20 0 0.27 0.85 0.46 41.03 0.75 0.31
Hex 89 64 14 0 1B 55 2E 29 4B 1F
Octal 211 144 24 0 33 125 56 51 113 37
Binary 10001001 1100100 10100 0 11011 1010101 101110 101001 1001011 11111

Color Harmonies of #896414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896414

Black with #896414

Text Example


Text Example

White with #896414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896414; }

 p { color: rgb(137,100,20); }

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

background-color css

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

 a { background-color: rgb(137,100,20); }

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

border-color css

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

 span { border-color: rgb(137,100,20); }

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