Html Css Color HEX #896100 Golden Brown

📋 copy color: '#896100'

red 137 ◦ green 97 ◦ blue 0

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

Shades of Golden Brown #896100

Tints of Golden Brown #896100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.55%
G = 41.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#896100 (or 0x896100) is known color: Golden Brown. HEX triplet: 89, 61 and 00. RGB value is (137,97,0). Sum of RGB (Red+Green+Blue) = 137+97+0=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #896100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896100 is #769EFF. Grayscale: #626262. Windows color (decimal): -7773952 or 24969. OLE color: 24969.

HSL color Cylindrical-coordinate representation of color #896100: hue angle of 42.48º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #896100 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 97 0 -
CMYK 0 0.29 1 0.46
HSL 42.48º 1% 0.27% -
HSV(B) 42.48º 1% 0.54% -
XYZ 14.59 13.87 1.91 -
YUV 97.9 72.75 155.89 -
System Red Green Blue C M Y K H S L
Decimal 137 97 0 0 0.29 1 0.46 42.48 1 0.27
Hex 89 61 0 0 1D 64 2E 2A 64 1B
Octal 211 141 0 0 35 144 56 52 144 33
Binary 10001001 1100001 0 0 11101 1100100 101110 101010 1100100 11011

Color Harmonies of #896100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896100

Black with #896100

Text Example


Text Example

White with #896100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896100; }

 p { color: rgb(137,97,0); }

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

background-color css

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

 a { background-color: rgb(137,97,0); }

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

border-color css

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

 span { border-color: rgb(137,97,0); }

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