Html Css Color HEX #965A55 Copper Rust

📋 copy color: '#965A55'

red 150 ◦ green 90 ◦ blue 85

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

Shades of Copper Rust #965A55

Tints of Copper Rust #965A55

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

 BLUE value IS 85 (33.59% from 255) = 26.15%

R = 46.15%
G = 27.69%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#965A55 (or 0x965A55) is known color: Copper Rust. HEX triplet: 96, 5A and 55. RGB value is (150,90,85). Sum of RGB (Red+Green+Blue) = 150+90+85=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #965A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A55 is #69A5AA. Grayscale: #6B6B6B. Windows color (decimal): -6923691 or 5593750. OLE color: 5593750.

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

Color convert

RGB 150 90 85 -
CMYK 0 0.4 0.43 0.41
HSL 4.62º 0.28% 0.46% -
HSV(B) 4.62º 0.43% 0.59% -
XYZ 17.87 14.45 10.44 -
YUV 107.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 150 90 85 0 0.4 0.43 0.41 4.62 0.28 0.46
Hex 96 5A 55 0 28 2B 29 5 1C 2E
Octal 226 132 125 0 50 53 51 5 34 56
Binary 10010110 1011010 1010101 0 101000 101011 101001 101 11100 101110

Color Harmonies of #965A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A55

Black with #965A55

Text Example


Text Example

White with #965A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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