Html Css Color HEX #896525 Yukon Gold

📋 copy color: '#896525'

red 137 ◦ green 101 ◦ blue 37

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

Shades of Yukon Gold #896525

Tints of Yukon Gold #896525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.73%

 BLUE value IS 37 (14.84% from 255) = 13.45%

R = 49.82%
G = 36.73%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#896525 (or 0x896525) is known color: Yukon Gold. HEX triplet: 89, 65 and 25. RGB value is (137,101,37). Sum of RGB (Red+Green+Blue) = 137+101+37=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #896525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896525 is #769ADA. Grayscale: #686868. Windows color (decimal): -7772891 or 2450825. OLE color: 2450825.

HSL color Cylindrical-coordinate representation of color #896525: hue angle of 38.4º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #896525 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 101 37 -
CMYK 0 0.26 0.73 0.46
HSL 38.4º 0.57% 0.34% -
HSV(B) 38.4º 0.73% 0.54% -
XYZ 15.3 14.76 3.79 -
YUV 104.47 89.93 151.2 -
System Red Green Blue C M Y K H S L
Decimal 137 101 37 0 0.26 0.73 0.46 38.4 0.57 0.34
Hex 89 65 25 0 1A 49 2E 26 39 22
Octal 211 145 45 0 32 111 56 46 71 42
Binary 10001001 1100101 100101 0 11010 1001001 101110 100110 111001 100010

Color Harmonies of #896525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896525

Black with #896525

Text Example


Text Example

White with #896525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896525; }

 p { color: rgb(137,101,37); }

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

background-color css

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

 a { background-color: rgb(137,101,37); }

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

border-color css

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

 span { border-color: rgb(137,101,37); }

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