Html Css Color HEX #964E37 Piper

📋 copy color: '#964E37'

red 150 ◦ green 78 ◦ blue 55

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

Shades of Piper #964E37

Tints of Piper #964E37

RGB

 RED value IS 150 (58.98% from 255) = 53%

 GREEN value IS 78 (30.86% from 255) = 27.56%

 BLUE value IS 55 (21.88% from 255) = 19.43%

R = 53%
G = 27.56%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#964E37 (or 0x964E37) is known color: Piper. HEX triplet: 96, 4E and 37. RGB value is (150,78,55). Sum of RGB (Red+Green+Blue) = 150+78+55=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #964E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E37 is #69B1C8. Grayscale: #616161. Windows color (decimal): -6926793 or 3624598. OLE color: 3624598.

HSL color Cylindrical-coordinate representation of color #964E37: hue angle of 14.53º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #964E37 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 78 55 -
CMYK 0 0.48 0.63 0.41
HSL 14.53º 0.46% 0.4% -
HSV(B) 14.53º 0.63% 0.59% -
XYZ 15.99 12.21 5.13 -
YUV 96.91 104.35 165.87 -
System Red Green Blue C M Y K H S L
Decimal 150 78 55 0 0.48 0.63 0.41 14.53 0.46 0.4
Hex 96 4E 37 0 30 3F 29 F 2E 28
Octal 226 116 67 0 60 77 51 17 56 50
Binary 10010110 1001110 110111 0 110000 111111 101001 1111 101110 101000

Color Harmonies of #964E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964E37

Black with #964E37

Text Example


Text Example

White with #964E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964E37; }

 p { color: rgb(150,78,55); }

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

background-color css

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

 a { background-color: rgb(150,78,55); }

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

border-color css

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

 span { border-color: rgb(150,78,55); }

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