Html Css Color HEX #965538 Piper

📋 copy color: '#965538'

red 150 ◦ green 85 ◦ blue 56

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

Shades of Piper #965538

Tints of Piper #965538

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.21%

 BLUE value IS 56 (22.27% from 255) = 19.24%

R = 51.55%
G = 29.21%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#965538 (or 0x965538) is known color: Piper. HEX triplet: 96, 55 and 38. RGB value is (150,85,56). Sum of RGB (Red+Green+Blue) = 150+85+56=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #965538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965538 is #69AAC7. Grayscale: #656565. Windows color (decimal): -6925000 or 3691926. OLE color: 3691926.

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

Color convert

RGB 150 85 56 -
CMYK 0 0.43 0.63 0.41
HSL 18.51º 0.46% 0.4% -
HSV(B) 18.51º 0.63% 0.59% -
XYZ 16.54 13.27 5.43 -
YUV 101.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 150 85 56 0 0.43 0.63 0.41 18.51 0.46 0.4
Hex 96 55 38 0 2B 3F 29 13 2E 28
Octal 226 125 70 0 53 77 51 23 56 50
Binary 10010110 1010101 111000 0 101011 111111 101001 10011 101110 101000

Color Harmonies of #965538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965538

Black with #965538

Text Example


Text Example

White with #965538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965538; }

 p { color: rgb(150,85,56); }

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

background-color css

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

 a { background-color: rgb(150,85,56); }

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

border-color css

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

 span { border-color: rgb(150,85,56); }

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