Html Css Color HEX #896F1F Yukon Gold

📋 copy color: '#896F1F'

red 137 ◦ green 111 ◦ blue 31

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

Shades of Yukon Gold #896F1F

Tints of Yukon Gold #896F1F

RGB

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

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

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

R = 49.1%
G = 39.78%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#896F1F (or 0x896F1F) is known color: Yukon Gold. HEX triplet: 89, 6F and 1F. RGB value is (137,111,31). Sum of RGB (Red+Green+Blue) = 137+111+31=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #896F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896F1F is #7690E0. Grayscale: #6E6E6E. Windows color (decimal): -7770337 or 2060169. OLE color: 2060169.

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

Color convert

RGB 137 111 31 -
CMYK 0 0.19 0.77 0.46
HSL 45.28º 0.63% 0.33% -
HSV(B) 45.28º 0.77% 0.54% -
XYZ 16.25 16.79 3.68 -
YUV 109.65 83.61 147.5 -
System Red Green Blue C M Y K H S L
Decimal 137 111 31 0 0.19 0.77 0.46 45.28 0.63 0.33
Hex 89 6F 1F 0 13 4D 2E 2D 3F 21
Octal 211 157 37 0 23 115 56 55 77 41
Binary 10001001 1101111 11111 0 10011 1001101 101110 101101 111111 100001

Color Harmonies of #896F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F1F

Black with #896F1F

Text Example


Text Example

White with #896F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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