Html Css Color HEX #896700 Golden Brown

📋 copy color: '#896700'

red 137 ◦ green 103 ◦ blue 0

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

Shades of Golden Brown #896700

Tints of Golden Brown #896700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.92%

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

R = 57.08%
G = 42.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#896700 (or 0x896700) is known color: Golden Brown. HEX triplet: 89, 67 and 00. RGB value is (137,103,0). Sum of RGB (Red+Green+Blue) = 137+103+0=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #896700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896700 is #7698FF. Grayscale: #656565. Windows color (decimal): -7772416 or 26505. OLE color: 26505.

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

Color convert

RGB 137 103 0 -
CMYK 0 0.25 1 0.46
HSL 45.11º 1% 0.27% -
HSV(B) 45.11º 1% 0.54% -
XYZ 15.17 15.02 2.1 -
YUV 101.42 70.76 153.38 -
System Red Green Blue C M Y K H S L
Decimal 137 103 0 0 0.25 1 0.46 45.11 1 0.27
Hex 89 67 0 0 19 64 2E 2D 64 1B
Octal 211 147 0 0 31 144 56 55 144 33
Binary 10001001 1100111 0 0 11001 1100100 101110 101101 1100100 11011

Color Harmonies of #896700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896700

Black with #896700

Text Example


Text Example

White with #896700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896700; }

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

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

background-color css

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

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

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

border-color css

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

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

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