Html Css Color HEX #96543A Piper

📋 copy color: '#96543A'

red 150 ◦ green 84 ◦ blue 58

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

Shades of Piper #96543A

Tints of Piper #96543A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.77%

 BLUE value IS 58 (23.05% from 255) = 19.86%

R = 51.37%
G = 28.77%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96543A (or 0x96543A) is known color: Piper. HEX triplet: 96, 54 and 3A. RGB value is (150,84,58). Sum of RGB (Red+Green+Blue) = 150+84+58=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96543A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96543A is #69ABC5. Grayscale: #646464. Windows color (decimal): -6925254 or 3822742. OLE color: 3822742.

HSL color Cylindrical-coordinate representation of color #96543A: hue angle of 16.96º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96543A is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 84 58 -
CMYK 0 0.44 0.61 0.41
HSL 16.96º 0.44% 0.41% -
HSV(B) 16.96º 0.61% 0.59% -
XYZ 16.51 13.13 5.67 -
YUV 100.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 150 84 58 0 0.44 0.61 0.41 16.96 0.44 0.41
Hex 96 54 3A 0 2C 3D 29 11 2C 29
Octal 226 124 72 0 54 75 51 21 54 51
Binary 10010110 1010100 111010 0 101100 111101 101001 10001 101100 101001

Color Harmonies of #96543A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96543A

Black with #96543A

Text Example


Text Example

White with #96543A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96543A; }

 p { color: rgb(150,84,58); }

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

background-color css

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

 a { background-color: rgb(150,84,58); }

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

border-color css

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

 span { border-color: rgb(150,84,58); }

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