Html Css Color HEX #965137 Piper

📋 copy color: '#965137'

red 150 ◦ green 81 ◦ blue 55

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

Shades of Piper #965137

Tints of Piper #965137

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.32%

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

R = 52.45%
G = 28.32%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#965137 (or 0x965137) is known color: Piper. HEX triplet: 96, 51 and 37. RGB value is (150,81,55). Sum of RGB (Red+Green+Blue) = 150+81+55=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #965137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965137 is #69AEC8. Grayscale: #626262. Windows color (decimal): -6926025 or 3625366. OLE color: 3625366.

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

Color convert

RGB 150 81 55 -
CMYK 0 0.46 0.63 0.41
HSL 16.42º 0.46% 0.4% -
HSV(B) 16.42º 0.63% 0.59% -
XYZ 16.21 12.64 5.2 -
YUV 98.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 150 81 55 0 0.46 0.63 0.41 16.42 0.46 0.4
Hex 96 51 37 0 2E 3F 29 10 2E 28
Octal 226 121 67 0 56 77 51 20 56 50
Binary 10010110 1010001 110111 0 101110 111111 101001 10000 101110 101000

Color Harmonies of #965137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965137

Black with #965137

Text Example


Text Example

White with #965137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965137; }

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

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

background-color css

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

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

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

border-color css

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

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

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