Html Css Color HEX #896C14 Yukon Gold

📋 copy color: '#896C14'

red 137 ◦ green 108 ◦ blue 20

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

Shades of Yukon Gold #896C14

Tints of Yukon Gold #896C14

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.75%

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

R = 51.7%
G = 40.75%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#896C14 (or 0x896C14) is known color: Yukon Gold. HEX triplet: 89, 6C and 14. RGB value is (137,108,20). Sum of RGB (Red+Green+Blue) = 137+108+20=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #896C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896C14 is #7693EB. Grayscale: #6B6B6B. Windows color (decimal): -7771116 or 1338505. OLE color: 1338505.

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

Color convert

RGB 137 108 20 -
CMYK 0 0.21 0.85 0.46
HSL 45.13º 0.75% 0.31% -
HSV(B) 45.13º 0.85% 0.54% -
XYZ 15.81 16.09 2.94 -
YUV 106.64 79.11 149.66 -
System Red Green Blue C M Y K H S L
Decimal 137 108 20 0 0.21 0.85 0.46 45.13 0.75 0.31
Hex 89 6C 14 0 15 55 2E 2D 4B 1F
Octal 211 154 24 0 25 125 56 55 113 37
Binary 10001001 1101100 10100 0 10101 1010101 101110 101101 1001011 11111

Color Harmonies of #896C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C14

Black with #896C14

Text Example


Text Example

White with #896C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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