Html Css Color HEX #896514 Yukon Gold

📋 copy color: '#896514'

red 137 ◦ green 101 ◦ blue 20

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

Shades of Yukon Gold #896514

Tints of Yukon Gold #896514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.15%

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

R = 53.1%
G = 39.15%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#896514 (or 0x896514) is known color: Yukon Gold. HEX triplet: 89, 65 and 14. RGB value is (137,101,20). Sum of RGB (Red+Green+Blue) = 137+101+20=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #896514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896514 is #769AEB. Grayscale: #666666. Windows color (decimal): -7772908 or 1336713. OLE color: 1336713.

HSL color Cylindrical-coordinate representation of color #896514: hue angle of 41.54º 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 #896514 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 101 20 -
CMYK 0 0.26 0.85 0.46
HSL 41.54º 0.75% 0.31% -
HSV(B) 41.54º 0.85% 0.54% -
XYZ 15.1 14.68 2.7 -
YUV 102.53 81.43 152.59 -
System Red Green Blue C M Y K H S L
Decimal 137 101 20 0 0.26 0.85 0.46 41.54 0.75 0.31
Hex 89 65 14 0 1A 55 2E 2A 4B 1F
Octal 211 145 24 0 32 125 56 52 113 37
Binary 10001001 1100101 10100 0 11010 1010101 101110 101010 1001011 11111

Color Harmonies of #896514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896514

Black with #896514

Text Example


Text Example

White with #896514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896514; }

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

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

background-color css

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

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

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

border-color css

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

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

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