Html Css Color HEX #896328 Rusty Nail

📋 copy color: '#896328'

red 137 ◦ green 99 ◦ blue 40

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

Shades of Rusty Nail #896328

Tints of Rusty Nail #896328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.87%

 BLUE value IS 40 (16.02% from 255) = 14.49%

R = 49.64%
G = 35.87%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#896328 (or 0x896328) is known color: Rusty Nail. HEX triplet: 89, 63 and 28. RGB value is (137,99,40). Sum of RGB (Red+Green+Blue) = 137+99+40=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #896328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896328 is #769CD7. Grayscale: #676767. Windows color (decimal): -7773400 or 2646921. OLE color: 2646921.

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

Color convert

RGB 137 99 40 -
CMYK 0 0.28 0.71 0.46
HSL 36.49º 0.55% 0.35% -
HSV(B) 36.49º 0.71% 0.54% -
XYZ 15.16 14.4 3.99 -
YUV 103.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 137 99 40 0 0.28 0.71 0.46 36.49 0.55 0.35
Hex 89 63 28 0 1C 47 2E 24 37 23
Octal 211 143 50 0 34 107 56 44 67 43
Binary 10001001 1100011 101000 0 11100 1000111 101110 100100 110111 100011

Color Harmonies of #896328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896328

Black with #896328

Text Example


Text Example

White with #896328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896328; }

 p { color: rgb(137,99,40); }

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

background-color css

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

 a { background-color: rgb(137,99,40); }

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

border-color css

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

 span { border-color: rgb(137,99,40); }

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