Html Css Color HEX #896714 Yukon Gold

📋 copy color: '#896714'

red 137 ◦ green 103 ◦ blue 20

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

Shades of Yukon Gold #896714

Tints of Yukon Gold #896714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.69%

R = 52.69%
G = 39.62%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#896714 (or 0x896714) is known color: Yukon Gold. HEX triplet: 89, 67 and 14. RGB value is (137,103,20). Sum of RGB (Red+Green+Blue) = 137+103+20=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #896714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896714 is #7698EB. Grayscale: #686868. Windows color (decimal): -7772396 or 1337225. OLE color: 1337225.

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

Color convert

RGB 137 103 20 -
CMYK 0 0.25 0.85 0.46
HSL 42.56º 0.75% 0.31% -
HSV(B) 42.56º 0.85% 0.54% -
XYZ 15.29 15.07 2.76 -
YUV 103.7 80.76 151.75 -
System Red Green Blue C M Y K H S L
Decimal 137 103 20 0 0.25 0.85 0.46 42.56 0.75 0.31
Hex 89 67 14 0 19 55 2E 2B 4B 1F
Octal 211 147 24 0 31 125 56 53 113 37
Binary 10001001 1100111 10100 0 11001 1010101 101110 101011 1001011 11111

Color Harmonies of #896714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896714

Black with #896714

Text Example


Text Example

White with #896714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896714; }

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

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

background-color css

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

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

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

border-color css

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

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

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