Html Css Color HEX #896713 Yukon Gold

📋 copy color: '#896713'

red 137 ◦ green 103 ◦ blue 19

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

Shades of Yukon Gold #896713

Tints of Yukon Gold #896713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.77%

 BLUE value IS 19 (7.81% from 255) = 7.34%

R = 52.9%
G = 39.77%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#896713 (or 0x896713) is known color: Yukon Gold. HEX triplet: 89, 67 and 13. RGB value is (137,103,19). Sum of RGB (Red+Green+Blue) = 137+103+19=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #896713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896713 is #7698EC. Grayscale: #676767. Windows color (decimal): -7772397 or 1271689. OLE color: 1271689.

HSL color Cylindrical-coordinate representation of color #896713: hue angle of 42.71º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #896713 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 103 19 -
CMYK 0 0.25 0.86 0.46
HSL 42.71º 0.76% 0.31% -
HSV(B) 42.71º 0.86% 0.54% -
XYZ 15.28 15.07 2.72 -
YUV 103.59 80.26 151.83 -
System Red Green Blue C M Y K H S L
Decimal 137 103 19 0 0.25 0.86 0.46 42.71 0.76 0.31
Hex 89 67 13 0 19 56 2E 2B 4C 1F
Octal 211 147 23 0 31 126 56 53 114 37
Binary 10001001 1100111 10011 0 11001 1010110 101110 101011 1001100 11111

Color Harmonies of #896713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896713

Black with #896713

Text Example


Text Example

White with #896713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896713; }

 p { color: rgb(137,103,19); }

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

background-color css

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

 a { background-color: rgb(137,103,19); }

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

border-color css

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

 span { border-color: rgb(137,103,19); }

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