Html Css Color HEX #896F18 Yukon Gold

📋 copy color: '#896F18'

red 137 ◦ green 111 ◦ blue 24

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

Shades of Yukon Gold #896F18

Tints of Yukon Gold #896F18

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.81%

 BLUE value IS 24 (9.77% from 255) = 8.82%

R = 50.37%
G = 40.81%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#896F18 (or 0x896F18) is known color: Yukon Gold. HEX triplet: 89, 6F and 18. RGB value is (137,111,24). Sum of RGB (Red+Green+Blue) = 137+111+24=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #896F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896F18 is #7690E7. Grayscale: #6D6D6D. Windows color (decimal): -7770344 or 1601417. OLE color: 1601417.

HSL color Cylindrical-coordinate representation of color #896F18: hue angle of 46.19º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #896F18 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 111 24 -
CMYK 0 0.19 0.82 0.46
HSL 46.19º 0.7% 0.32% -
HSV(B) 46.19º 0.82% 0.54% -
XYZ 16.17 16.75 3.25 -
YUV 108.86 80.11 148.07 -
System Red Green Blue C M Y K H S L
Decimal 137 111 24 0 0.19 0.82 0.46 46.19 0.7 0.32
Hex 89 6F 18 0 13 52 2E 2E 46 20
Octal 211 157 30 0 23 122 56 56 106 40
Binary 10001001 1101111 11000 0 10011 1010010 101110 101110 1000110 100000

Color Harmonies of #896F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F18

Black with #896F18

Text Example


Text Example

White with #896F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,111,24); }

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

background-color css

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

 a { background-color: rgb(137,111,24); }

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

border-color css

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

 span { border-color: rgb(137,111,24); }

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