Html Css Color HEX #896A1E Yukon Gold

📋 copy color: '#896A1E'

red 137 ◦ green 106 ◦ blue 30

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

Shades of Yukon Gold #896A1E

Tints of Yukon Gold #896A1E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.83%

 BLUE value IS 30 (12.11% from 255) = 10.99%

R = 50.18%
G = 38.83%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#896A1E (or 0x896A1E) is known color: Yukon Gold. HEX triplet: 89, 6A and 1E. RGB value is (137,106,30). Sum of RGB (Red+Green+Blue) = 137+106+30=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #896A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896A1E is #7695E1. Grayscale: #6A6A6A. Windows color (decimal): -7771618 or 1993353. OLE color: 1993353.

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

Color convert

RGB 137 106 30 -
CMYK 0 0.23 0.78 0.46
HSL 42.62º 0.64% 0.33% -
HSV(B) 42.62º 0.78% 0.54% -
XYZ 15.7 15.72 3.43 -
YUV 106.61 84.77 149.68 -
System Red Green Blue C M Y K H S L
Decimal 137 106 30 0 0.23 0.78 0.46 42.62 0.64 0.33
Hex 89 6A 1E 0 17 4E 2E 2B 40 21
Octal 211 152 36 0 27 116 56 53 100 41
Binary 10001001 1101010 11110 0 10111 1001110 101110 101011 1000000 100001

Color Harmonies of #896A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896A1E

Black with #896A1E

Text Example


Text Example

White with #896A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,106,30); }

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

background-color css

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

 a { background-color: rgb(137,106,30); }

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

border-color css

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

 span { border-color: rgb(137,106,30); }

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