Html Css Color HEX #965147 Copper Rust

📋 copy color: '#965147'

red 150 ◦ green 81 ◦ blue 71

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

Shades of Copper Rust #965147

Tints of Copper Rust #965147

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.82%

 BLUE value IS 71 (28.13% from 255) = 23.51%

R = 49.67%
G = 26.82%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#965147 (or 0x965147) is known color: Copper Rust. HEX triplet: 96, 51 and 47. RGB value is (150,81,71). Sum of RGB (Red+Green+Blue) = 150+81+71=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #965147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965147 is #69AEB8. Grayscale: #646464. Windows color (decimal): -6926009 or 4673942. OLE color: 4673942.

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

Color convert

RGB 150 81 71 -
CMYK 0 0.46 0.53 0.41
HSL 7.59º 0.36% 0.43% -
HSV(B) 7.59º 0.53% 0.59% -
XYZ 16.66 12.82 7.56 -
YUV 100.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 150 81 71 0 0.46 0.53 0.41 7.59 0.36 0.43
Hex 96 51 47 0 2E 35 29 8 24 2B
Octal 226 121 107 0 56 65 51 10 44 53
Binary 10010110 1010001 1000111 0 101110 110101 101001 1000 100100 101011

Color Harmonies of #965147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965147

Black with #965147

Text Example


Text Example

White with #965147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965147; }

 p { color: rgb(150,81,71); }

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

background-color css

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

 a { background-color: rgb(150,81,71); }

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

border-color css

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

 span { border-color: rgb(150,81,71); }

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