Html Css Color HEX #96504F Copper Rust

📋 copy color: '#96504F'

red 150 ◦ green 80 ◦ blue 79

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

Shades of Copper Rust #96504F

Tints of Copper Rust #96504F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.89%

 BLUE value IS 79 (31.25% from 255) = 25.57%

R = 48.54%
G = 25.89%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#96504F (or 0x96504F) is known color: Copper Rust. HEX triplet: 96, 50 and 4F. RGB value is (150,80,79). Sum of RGB (Red+Green+Blue) = 150+80+79=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96504F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96504F is #69AFB0. Grayscale: #646464. Windows color (decimal): -6926257 or 5197974. OLE color: 5197974.

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

Color convert

RGB 150 80 79 -
CMYK 0 0.47 0.47 0.41
HSL 0.85º 0.31% 0.45% -
HSV(B) 0.85º 0.47% 0.59% -
XYZ 16.86 12.79 8.98 -
YUV 100.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 150 80 79 0 0.47 0.47 0.41 0.85 0.31 0.45
Hex 96 50 4F 0 2F 2F 29 1 1F 2D
Octal 226 120 117 0 57 57 51 1 37 55
Binary 10010110 1010000 1001111 0 101111 101111 101001 1 11111 101101

Color Harmonies of #96504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96504F

Black with #96504F

Text Example


Text Example

White with #96504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96504F; }

 p { color: rgb(150,80,79); }

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

background-color css

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

 a { background-color: rgb(150,80,79); }

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

border-color css

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

 span { border-color: rgb(150,80,79); }

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