Html Css Color HEX #896510 Golden Brown

📋 copy color: '#896510'

red 137 ◦ green 101 ◦ blue 16

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

Shades of Golden Brown #896510

Tints of Golden Brown #896510

RGB

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

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

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

R = 53.94%
G = 39.76%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#896510 (or 0x896510) is known color: Golden Brown. HEX triplet: 89, 65 and 10. RGB value is (137,101,16). Sum of RGB (Red+Green+Blue) = 137+101+16=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #896510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896510 is #769AEF. Grayscale: #666666. Windows color (decimal): -7772912 or 1074569. OLE color: 1074569.

HSL color Cylindrical-coordinate representation of color #896510: hue angle of 42.15º 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 #896510 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 101 16 -
CMYK 0 0.26 0.88 0.46
HSL 42.15º 0.79% 0.3% -
HSV(B) 42.15º 0.88% 0.54% -
XYZ 15.06 14.66 2.53 -
YUV 102.07 79.43 152.91 -
System Red Green Blue C M Y K H S L
Decimal 137 101 16 0 0.26 0.88 0.46 42.15 0.79 0.3
Hex 89 65 10 0 1A 58 2E 2A 4F 1E
Octal 211 145 20 0 32 130 56 52 117 36
Binary 10001001 1100101 10000 0 11010 1011000 101110 101010 1001111 11110

Color Harmonies of #896510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896510

Black with #896510

Text Example


Text Example

White with #896510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896510; }

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

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

background-color css

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

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

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

border-color css

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

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

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