Html Css Color HEX #896C10 Yukon Gold

📋 copy color: '#896C10'

red 137 ◦ green 108 ◦ blue 16

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

Shades of Yukon Gold #896C10

Tints of Yukon Gold #896C10

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.38%

 BLUE value IS 16 (6.64% from 255) = 6.13%

R = 52.49%
G = 41.38%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#896C10 (or 0x896C10) is known color: Yukon Gold. HEX triplet: 89, 6C and 10. RGB value is (137,108,16). Sum of RGB (Red+Green+Blue) = 137+108+16=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #896C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896C10 is #7693EF. Grayscale: #6A6A6A. Windows color (decimal): -7771120 or 1076361. OLE color: 1076361.

HSL color Cylindrical-coordinate representation of color #896C10: hue angle of 45.62º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #896C10 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 108 16 -
CMYK 0 0.21 0.88 0.46
HSL 45.62º 0.79% 0.3% -
HSV(B) 45.62º 0.88% 0.54% -
XYZ 15.77 16.08 2.76 -
YUV 106.18 77.11 149.98 -
System Red Green Blue C M Y K H S L
Decimal 137 108 16 0 0.21 0.88 0.46 45.62 0.79 0.3
Hex 89 6C 10 0 15 58 2E 2E 4F 1E
Octal 211 154 20 0 25 130 56 56 117 36
Binary 10001001 1101100 10000 0 10101 1011000 101110 101110 1001111 11110

Color Harmonies of #896C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C10

Black with #896C10

Text Example


Text Example

White with #896C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,108,16); }

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

background-color css

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

 a { background-color: rgb(137,108,16); }

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

border-color css

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

 span { border-color: rgb(137,108,16); }

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