Html Css Color HEX #965A4D Copper Rust

📋 copy color: '#965A4D'

red 150 ◦ green 90 ◦ blue 77

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

Shades of Copper Rust #965A4D

Tints of Copper Rust #965A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.29%

R = 47.32%
G = 28.39%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#965A4D (or 0x965A4D) is known color: Copper Rust. HEX triplet: 96, 5A and 4D. RGB value is (150,90,77). Sum of RGB (Red+Green+Blue) = 150+90+77=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #965A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A4D is #69A5B2. Grayscale: #6A6A6A. Windows color (decimal): -6923699 or 5069462. OLE color: 5069462.

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

Color convert

RGB 150 90 77 -
CMYK 0 0.4 0.49 0.41
HSL 10.68º 0.32% 0.45% -
HSV(B) 10.68º 0.49% 0.59% -
XYZ 17.57 14.33 8.86 -
YUV 106.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 150 90 77 0 0.4 0.49 0.41 10.68 0.32 0.45
Hex 96 5A 4D 0 28 31 29 B 20 2D
Octal 226 132 115 0 50 61 51 13 40 55
Binary 10010110 1011010 1001101 0 101000 110001 101001 1011 100000 101101

Color Harmonies of #965A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A4D

Black with #965A4D

Text Example


Text Example

White with #965A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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