Html Css Color HEX #896F0A Yukon Gold

📋 copy color: '#896F0A'

red 137 ◦ green 111 ◦ blue 10

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

Shades of Yukon Gold #896F0A

Tints of Yukon Gold #896F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.88%

R = 53.1%
G = 43.02%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#896F0A (or 0x896F0A) is known color: Yukon Gold. HEX triplet: 89, 6F and 0A. RGB value is (137,111,10). Sum of RGB (Red+Green+Blue) = 137+111+10=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #896F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896F0A is #7690F5. Grayscale: #6B6B6B. Windows color (decimal): -7770358 or 683913. OLE color: 683913.

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

Color convert

RGB 137 111 10 -
CMYK 0 0.19 0.93 0.46
HSL 47.72º 0.86% 0.29% -
HSV(B) 47.72º 0.93% 0.54% -
XYZ 16.06 16.71 2.67 -
YUV 107.26 73.11 149.21 -
System Red Green Blue C M Y K H S L
Decimal 137 111 10 0 0.19 0.93 0.46 47.72 0.86 0.29
Hex 89 6F A 0 13 5D 2E 30 56 1D
Octal 211 157 12 0 23 135 56 60 126 35
Binary 10001001 1101111 1010 0 10011 1011101 101110 110000 1010110 11101

Color Harmonies of #896F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F0A

Black with #896F0A

Text Example


Text Example

White with #896F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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