Html Css Color HEX #965336 Piper

📋 copy color: '#965336'

red 150 ◦ green 83 ◦ blue 54

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

Shades of Piper #965336

Tints of Piper #965336

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

 BLUE value IS 54 (21.48% from 255) = 18.82%

R = 52.26%
G = 28.92%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#965336 (or 0x965336) is known color: Piper. HEX triplet: 96, 53 and 36. RGB value is (150,83,54). Sum of RGB (Red+Green+Blue) = 150+83+54=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #965336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965336 is #69ACC9. Grayscale: #636363. Windows color (decimal): -6925514 or 3560342. OLE color: 3560342.

HSL color Cylindrical-coordinate representation of color #965336: hue angle of 18.12º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #965336 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 83 54 -
CMYK 0 0.45 0.64 0.41
HSL 18.13º 0.47% 0.4% -
HSV(B) 18.13º 0.64% 0.59% -
XYZ 16.34 12.94 5.13 -
YUV 99.73 102.2 163.86 -
System Red Green Blue C M Y K H S L
Decimal 150 83 54 0 0.45 0.64 0.41 18.13 0.47 0.4
Hex 96 53 36 0 2D 40 29 12 2F 28
Octal 226 123 66 0 55 100 51 22 57 50
Binary 10010110 1010011 110110 0 101101 1000000 101001 10010 101111 101000

Color Harmonies of #965336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965336

Black with #965336

Text Example


Text Example

White with #965336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965336; }

 p { color: rgb(150,83,54); }

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

background-color css

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

 a { background-color: rgb(150,83,54); }

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

border-color css

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

 span { border-color: rgb(150,83,54); }

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