Html Css Color HEX #896207 Golden Brown

📋 copy color: '#896207'

red 137 ◦ green 98 ◦ blue 7

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

Shades of Golden Brown #896207

Tints of Golden Brown #896207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.89%

R = 56.61%
G = 40.5%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.46

RGB Variations

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

Color information

#896207 (or 0x896207) is known color: Golden Brown. HEX triplet: 89, 62 and 07. RGB value is (137,98,7). Sum of RGB (Red+Green+Blue) = 137+98+7=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #896207 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896207 is #769DF8. Grayscale: #636363. Windows color (decimal): -7773689 or 483977. OLE color: 483977.

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

Color convert

RGB 137 98 7 -
CMYK 0 0.28 0.95 0.46
HSL 42º 0.9% 0.28% -
HSV(B) 42º 0.95% 0.54% -
XYZ 14.72 14.07 2.14 -
YUV 99.29 75.92 154.9 -
System Red Green Blue C M Y K H S L
Decimal 137 98 7 0 0.28 0.95 0.46 42 0.9 0.28
Hex 89 62 7 0 1C 5F 2E 2A 5A 1C
Octal 211 142 7 0 34 137 56 52 132 34
Binary 10001001 1100010 111 0 11100 1011111 101110 101010 1011010 11100

Color Harmonies of #896207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896207

Black with #896207

Text Example


Text Example

White with #896207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896207; }

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

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

background-color css

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

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

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

border-color css

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

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

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