Html Css Color HEX #896C16 Yukon Gold

📋 copy color: '#896C16'

red 137 ◦ green 108 ◦ blue 22

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

Shades of Yukon Gold #896C16

Tints of Yukon Gold #896C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.24%

R = 51.31%
G = 40.45%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#896C16 (or 0x896C16) is known color: Yukon Gold. HEX triplet: 89, 6C and 16. RGB value is (137,108,22). Sum of RGB (Red+Green+Blue) = 137+108+22=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #896C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896C16 is #7693E9. Grayscale: #6B6B6B. Windows color (decimal): -7771114 or 1469577. OLE color: 1469577.

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

Color convert

RGB 137 108 22 -
CMYK 0 0.21 0.84 0.46
HSL 44.87º 0.72% 0.31% -
HSV(B) 44.87º 0.84% 0.54% -
XYZ 15.82 16.1 3.03 -
YUV 106.87 80.11 149.49 -
System Red Green Blue C M Y K H S L
Decimal 137 108 22 0 0.21 0.84 0.46 44.87 0.72 0.31
Hex 89 6C 16 0 15 54 2E 2D 48 1F
Octal 211 154 26 0 25 124 56 55 110 37
Binary 10001001 1101100 10110 0 10101 1010100 101110 101101 1001000 11111

Color Harmonies of #896C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C16

Black with #896C16

Text Example


Text Example

White with #896C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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