Html Css Color HEX #96534E Copper Rust

📋 copy color: '#96534E'

red 150 ◦ green 83 ◦ blue 78

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

Shades of Copper Rust #96534E

Tints of Copper Rust #96534E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.08%

R = 48.23%
G = 26.69%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#96534E (or 0x96534E) is known color: Copper Rust. HEX triplet: 96, 53 and 4E. RGB value is (150,83,78). Sum of RGB (Red+Green+Blue) = 150+83+78=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96534E is #69ACB1. Grayscale: #666666. Windows color (decimal): -6925490 or 5133206. OLE color: 5133206.

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

Color convert

RGB 150 83 78 -
CMYK 0 0.45 0.48 0.41
HSL 4.17º 0.32% 0.45% -
HSV(B) 4.17º 0.48% 0.59% -
XYZ 17.05 13.22 8.86 -
YUV 102.46 114.2 161.91 -
System Red Green Blue C M Y K H S L
Decimal 150 83 78 0 0.45 0.48 0.41 4.17 0.32 0.45
Hex 96 53 4E 0 2D 30 29 4 20 2D
Octal 226 123 116 0 55 60 51 4 40 55
Binary 10010110 1010011 1001110 0 101101 110000 101001 100 100000 101101

Color Harmonies of #96534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96534E

Black with #96534E

Text Example


Text Example

White with #96534E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96534E; }

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

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

background-color css

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

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

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

border-color css

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

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

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