Html Css Color HEX #896800 Golden Brown

📋 copy color: '#896800'

red 137 ◦ green 104 ◦ blue 0

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

Shades of Golden Brown #896800

Tints of Golden Brown #896800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.15%

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

R = 56.85%
G = 43.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#896800 (or 0x896800) is known color: Golden Brown. HEX triplet: 89, 68 and 00. RGB value is (137,104,0). Sum of RGB (Red+Green+Blue) = 137+104+0=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #896800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896800 is #7697FF. Grayscale: #666666. Windows color (decimal): -7772160 or 26761. OLE color: 26761.

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

Color convert

RGB 137 104 0 -
CMYK 0 0.24 1 0.46
HSL 45.55º 1% 0.27% -
HSV(B) 45.55º 1% 0.54% -
XYZ 15.27 15.22 2.13 -
YUV 102.01 70.43 152.96 -
System Red Green Blue C M Y K H S L
Decimal 137 104 0 0 0.24 1 0.46 45.55 1 0.27
Hex 89 68 0 0 18 64 2E 2E 64 1B
Octal 211 150 0 0 30 144 56 56 144 33
Binary 10001001 1101000 0 0 11000 1100100 101110 101110 1100100 11011

Color Harmonies of #896800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896800

Black with #896800

Text Example


Text Example

White with #896800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896800; }

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

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

background-color css

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

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

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

border-color css

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

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

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