Html Css Color HEX #896601 Golden Brown

📋 copy color: '#896601'

red 137 ◦ green 102 ◦ blue 1

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

Shades of Golden Brown #896601

Tints of Golden Brown #896601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.5%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 57.08%
G = 42.5%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#896601 (or 0x896601) is known color: Golden Brown. HEX triplet: 89, 66 and 01. RGB value is (137,102,1). Sum of RGB (Red+Green+Blue) = 137+102+1=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #896601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896601 is #7699FE. Grayscale: #656565. Windows color (decimal): -7772671 or 91785. OLE color: 91785.

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

Color convert

RGB 137 102 1 -
CMYK 0 0.26 0.99 0.46
HSL 44.56º 0.99% 0.27% -
HSV(B) 44.56º 0.99% 0.54% -
XYZ 15.07 14.82 2.1 -
YUV 100.95 71.6 153.71 -
System Red Green Blue C M Y K H S L
Decimal 137 102 1 0 0.26 0.99 0.46 44.56 0.99 0.27
Hex 89 66 1 0 1A 63 2E 2D 63 1B
Octal 211 146 1 0 32 143 56 55 143 33
Binary 10001001 1100110 1 0 11010 1100011 101110 101101 1100011 11011

Color Harmonies of #896601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896601

Black with #896601

Text Example


Text Example

White with #896601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896601; }

 p { color: rgb(137,102,1); }

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

background-color css

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

 a { background-color: rgb(137,102,1); }

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

border-color css

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

 span { border-color: rgb(137,102,1); }

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