Html Css Color HEX #96533B Piper

📋 copy color: '#96533B'

red 150 ◦ green 83 ◦ blue 59

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

Shades of Piper #96533B

Tints of Piper #96533B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.21%

R = 51.37%
G = 28.42%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96533B (or 0x96533B) is known color: Piper. HEX triplet: 96, 53 and 3B. RGB value is (150,83,59). Sum of RGB (Red+Green+Blue) = 150+83+59=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96533B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96533B is #69ACC4. Grayscale: #646464. Windows color (decimal): -6925509 or 3888022. OLE color: 3888022.

HSL color Cylindrical-coordinate representation of color #96533B: hue angle of 15.82º 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 #96533B is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 83 59 -
CMYK 0 0.45 0.61 0.41
HSL 15.82º 0.44% 0.41% -
HSV(B) 15.82º 0.61% 0.59% -
XYZ 16.46 12.99 5.78 -
YUV 100.3 104.7 163.45 -
System Red Green Blue C M Y K H S L
Decimal 150 83 59 0 0.45 0.61 0.41 15.82 0.44 0.41
Hex 96 53 3B 0 2D 3D 29 10 2C 29
Octal 226 123 73 0 55 75 51 20 54 51
Binary 10010110 1010011 111011 0 101101 111101 101001 10000 101100 101001

Color Harmonies of #96533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96533B

Black with #96533B

Text Example


Text Example

White with #96533B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96533B; }

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

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

background-color css

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

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

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

border-color css

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

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

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