Html Css Color HEX #896A00 Golden Brown

📋 copy color: '#896A00'

red 137 ◦ green 106 ◦ blue 0

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

Shades of Golden Brown #896A00

Tints of Golden Brown #896A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.62%

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

R = 56.38%
G = 43.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#896A00 (or 0x896A00) is known color: Golden Brown. HEX triplet: 89, 6A and 00. RGB value is (137,106,0). Sum of RGB (Red+Green+Blue) = 137+106+0=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #896A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896A00 is #7695FF. Grayscale: #676767. Windows color (decimal): -7771648 or 27273. OLE color: 27273.

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

Color convert

RGB 137 106 0 -
CMYK 0 0.23 1 0.46
HSL 46.42º 1% 0.27% -
HSV(B) 46.42º 1% 0.54% -
XYZ 15.47 15.63 2.2 -
YUV 103.19 69.77 152.12 -
System Red Green Blue C M Y K H S L
Decimal 137 106 0 0 0.23 1 0.46 46.42 1 0.27
Hex 89 6A 0 0 17 64 2E 2E 64 1B
Octal 211 152 0 0 27 144 56 56 144 33
Binary 10001001 1101010 0 0 10111 1100100 101110 101110 1100100 11011

Color Harmonies of #896A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896A00

Black with #896A00

Text Example


Text Example

White with #896A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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