Html Css Color HEX #896006 Golden Brown

📋 copy color: '#896006'

red 137 ◦ green 96 ◦ blue 6

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

Shades of Golden Brown #896006

Tints of Golden Brown #896006

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.17%

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

R = 57.32%
G = 40.17%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#896006 (or 0x896006) is known color: Golden Brown. HEX triplet: 89, 60 and 06. RGB value is (137,96,6). Sum of RGB (Red+Green+Blue) = 137+96+6=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #896006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896006 is #769FF9. Grayscale: #626262. Windows color (decimal): -7774202 or 417929. OLE color: 417929.

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

Color convert

RGB 137 96 6 -
CMYK 0 0.30 0.96 0.46
HSL 41.22º 0.92% 0.28% -
HSV(B) 41.22º 0.96% 0.54% -
XYZ 14.53 13.7 2.05 -
YUV 98 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 137 96 6 0 0.30 0.96 0.46 41.22 0.92 0.28
Hex 89 60 6 0 1E 60 2E 29 5C 1C
Octal 211 140 6 0 36 140 56 51 134 34
Binary 10001001 1100000 110 0 11110 1100000 101110 101001 1011100 11100

Color Harmonies of #896006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896006

Black with #896006

Text Example


Text Example

White with #896006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896006; }

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

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

background-color css

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

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

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

border-color css

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

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

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