Html Css Color HEX #896D1F Yukon Gold

📋 copy color: '#896D1F'

red 137 ◦ green 109 ◦ blue 31

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

Shades of Yukon Gold #896D1F

Tints of Yukon Gold #896D1F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.35%

 BLUE value IS 31 (12.5% from 255) = 11.19%

R = 49.46%
G = 39.35%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#896D1F (or 0x896D1F) is known color: Yukon Gold. HEX triplet: 89, 6D and 1F. RGB value is (137,109,31). Sum of RGB (Red+Green+Blue) = 137+109+31=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #896D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896D1F is #7692E0. Grayscale: #6C6C6C. Windows color (decimal): -7770849 or 2059657. OLE color: 2059657.

HSL color Cylindrical-coordinate representation of color #896D1F: hue angle of 44.15º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #896D1F is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 109 31 -
CMYK 0 0.20 0.77 0.46
HSL 44.15º 0.63% 0.33% -
HSV(B) 44.15º 0.77% 0.54% -
XYZ 16.03 16.35 3.61 -
YUV 108.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 137 109 31 0 0.20 0.77 0.46 44.15 0.63 0.33
Hex 89 6D 1F 0 14 4D 2E 2C 3F 21
Octal 211 155 37 0 24 115 56 54 77 41
Binary 10001001 1101101 11111 0 10100 1001101 101110 101100 111111 100001

Color Harmonies of #896D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896D1F

Black with #896D1F

Text Example


Text Example

White with #896D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,109,31); }

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

background-color css

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

 a { background-color: rgb(137,109,31); }

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

border-color css

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

 span { border-color: rgb(137,109,31); }

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