Html Css Color HEX #965554 Copper Rust

📋 copy color: '#965554'

red 150 ◦ green 85 ◦ blue 84

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

Shades of Copper Rust #965554

Tints of Copper Rust #965554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.33%

R = 47.02%
G = 26.65%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#965554 (or 0x965554) is known color: Copper Rust. HEX triplet: 96, 55 and 54. RGB value is (150,85,84). Sum of RGB (Red+Green+Blue) = 150+85+84=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #965554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965554 is #69AAAB. Grayscale: #686868. Windows color (decimal): -6924972 or 5526934. OLE color: 5526934.

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

Color convert

RGB 150 85 84 -
CMYK 0 0.43 0.44 0.41
HSL 0.91º 0.28% 0.46% -
HSV(B) 0.91º 0.44% 0.59% -
XYZ 17.43 13.62 10.1 -
YUV 104.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 150 85 84 0 0.43 0.44 0.41 0.91 0.28 0.46
Hex 96 55 54 0 2B 2C 29 1 1C 2E
Octal 226 125 124 0 53 54 51 1 34 56
Binary 10010110 1010101 1010100 0 101011 101100 101001 1 11100 101110

Color Harmonies of #965554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965554

Black with #965554

Text Example


Text Example

White with #965554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965554; }

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

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

background-color css

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

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

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

border-color css

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

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

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