Html Css Color HEX #896206 Golden Brown

📋 copy color: '#896206'

red 137 ◦ green 98 ◦ blue 6

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

Shades of Golden Brown #896206

Tints of Golden Brown #896206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.66%

 BLUE value IS 6 (2.73% from 255) = 2.49%

R = 56.85%
G = 40.66%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#896206 (or 0x896206) is known color: Golden Brown. HEX triplet: 89, 62 and 06. RGB value is (137,98,6). Sum of RGB (Red+Green+Blue) = 137+98+6=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #896206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896206 is #769DF9. Grayscale: #636363. Windows color (decimal): -7773690 or 418441. OLE color: 418441.

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

Color convert

RGB 137 98 6 -
CMYK 0 0.28 0.96 0.46
HSL 42.14º 0.92% 0.28% -
HSV(B) 42.14º 0.96% 0.54% -
XYZ 14.72 14.07 2.11 -
YUV 99.17 75.42 154.98 -
System Red Green Blue C M Y K H S L
Decimal 137 98 6 0 0.28 0.96 0.46 42.14 0.92 0.28
Hex 89 62 6 0 1C 60 2E 2A 5C 1C
Octal 211 142 6 0 34 140 56 52 134 34
Binary 10001001 1100010 110 0 11100 1100000 101110 101010 1011100 11100

Color Harmonies of #896206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896206

Black with #896206

Text Example


Text Example

White with #896206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896206; }

 p { color: rgb(137,98,6); }

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

background-color css

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

 a { background-color: rgb(137,98,6); }

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

border-color css

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

 span { border-color: rgb(137,98,6); }

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