Html Css Color HEX #965953 Copper Rust

📋 copy color: '#965953'

red 150 ◦ green 89 ◦ blue 83

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

Shades of Copper Rust #965953

Tints of Copper Rust #965953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.64%

 BLUE value IS 83 (32.81% from 255) = 25.78%

R = 46.58%
G = 27.64%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#965953 (or 0x965953) is known color: Copper Rust. HEX triplet: 96, 59 and 53. RGB value is (150,89,83). Sum of RGB (Red+Green+Blue) = 150+89+83=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #965953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965953 is #69A6AC. Grayscale: #6A6A6A. Windows color (decimal): -6923949 or 5462422. OLE color: 5462422.

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

Color convert

RGB 150 89 83 -
CMYK 0 0.41 0.45 0.41
HSL 5.37º 0.29% 0.46% -
HSV(B) 5.37º 0.45% 0.59% -
XYZ 17.71 14.25 10 -
YUV 106.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 150 89 83 0 0.41 0.45 0.41 5.37 0.29 0.46
Hex 96 59 53 0 29 2D 29 5 1D 2E
Octal 226 131 123 0 51 55 51 5 35 56
Binary 10010110 1011001 1010011 0 101001 101101 101001 101 11101 101110

Color Harmonies of #965953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965953

Black with #965953

Text Example


Text Example

White with #965953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965953; }

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

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

background-color css

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

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

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

border-color css

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

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

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