Html Css Color HEX #896600 Golden Brown

📋 copy color: '#896600'

red 137 ◦ green 102 ◦ blue 0

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

Shades of Golden Brown #896600

Tints of Golden Brown #896600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.68%

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

R = 57.32%
G = 42.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#896600 (or 0x896600) is known color: Golden Brown. HEX triplet: 89, 66 and 00. RGB value is (137,102,0). Sum of RGB (Red+Green+Blue) = 137+102+0=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #896600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896600 is #7699FF. Grayscale: #656565. Windows color (decimal): -7772672 or 26249. OLE color: 26249.

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

Color convert

RGB 137 102 0 -
CMYK 0 0.26 1 0.46
HSL 44.67º 1% 0.27% -
HSV(B) 44.67º 1% 0.54% -
XYZ 15.07 14.82 2.07 -
YUV 100.84 71.1 153.79 -
System Red Green Blue C M Y K H S L
Decimal 137 102 0 0 0.26 1 0.46 44.67 1 0.27
Hex 89 66 0 0 1A 64 2E 2D 64 1B
Octal 211 146 0 0 32 144 56 55 144 33
Binary 10001001 1100110 0 0 11010 1100100 101110 101101 1100100 11011

Color Harmonies of #896600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896600

Black with #896600

Text Example


Text Example

White with #896600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896600; }

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

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

background-color css

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

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

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

border-color css

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

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

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