Html Css Color HEX #96554F Copper Rust

📋 copy color: '#96554F'

red 150 ◦ green 85 ◦ blue 79

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

Shades of Copper Rust #96554F

Tints of Copper Rust #96554F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.07%

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

R = 47.77%
G = 27.07%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#96554F (or 0x96554F) is known color: Copper Rust. HEX triplet: 96, 55 and 4F. RGB value is (150,85,79). Sum of RGB (Red+Green+Blue) = 150+85+79=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96554F is #69AAB0. Grayscale: #676767. Windows color (decimal): -6924977 or 5199254. OLE color: 5199254.

HSL color Cylindrical-coordinate representation of color #96554F: hue angle of 5.07º 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 #96554F is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 85 79 -
CMYK 0 0.43 0.47 0.41
HSL 5.07º 0.31% 0.45% -
HSV(B) 5.07º 0.47% 0.59% -
XYZ 17.24 13.55 9.1 -
YUV 103.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 150 85 79 0 0.43 0.47 0.41 5.07 0.31 0.45
Hex 96 55 4F 0 2B 2F 29 5 1F 2D
Octal 226 125 117 0 53 57 51 5 37 55
Binary 10010110 1010101 1001111 0 101011 101111 101001 101 11111 101101

Color Harmonies of #96554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96554F

Black with #96554F

Text Example


Text Example

White with #96554F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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