Html Css Color HEX #965638 Piper

📋 copy color: '#965638'

red 150 ◦ green 86 ◦ blue 56

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

Shades of Piper #965638

Tints of Piper #965638

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.45%

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

R = 51.37%
G = 29.45%
B = 19.18%

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

#965638 (or 0x965638) is known color: Piper. HEX triplet: 96, 56 and 38. RGB value is (150,86,56). Sum of RGB (Red+Green+Blue) = 150+86+56=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #965638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965638 is #69A9C7. Grayscale: #656565. Windows color (decimal): -6924744 or 3692182. OLE color: 3692182.

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

Color convert

RGB 150 86 56 -
CMYK 0 0.43 0.63 0.41
HSL 19.15º 0.46% 0.4% -
HSV(B) 19.15º 0.63% 0.59% -
XYZ 16.62 13.43 5.46 -
YUV 101.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 150 86 56 0 0.43 0.63 0.41 19.15 0.46 0.4
Hex 96 56 38 0 2B 3F 29 13 2E 28
Octal 226 126 70 0 53 77 51 23 56 50
Binary 10010110 1010110 111000 0 101011 111111 101001 10011 101110 101000

Color Harmonies of #965638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965638

Black with #965638

Text Example


Text Example

White with #965638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965638; }

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

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

background-color css

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

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

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

border-color css

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

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

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