Html Css Color HEX #915651 Copper Rust

📋 copy color: '#915651'

red 145 ◦ green 86 ◦ blue 81

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

Shades of Copper Rust #915651

Tints of Copper Rust #915651

RGB

 RED value IS 145 (57.03% from 255) = 46.47%

 GREEN value IS 86 (33.98% from 255) = 27.56%

 BLUE value IS 81 (32.03% from 255) = 25.96%

R = 46.47%
G = 27.56%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#915651 (or 0x915651) is known color: Copper Rust. HEX triplet: 91, 56 and 51. RGB value is (145,86,81). Sum of RGB (Red+Green+Blue) = 145+86+81=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #915651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915651 is #6EA9AE. Grayscale: #676767. Windows color (decimal): -7252399 or 5330577. OLE color: 5330577.

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

Color convert

RGB 145 86 81 -
CMYK 0 0.41 0.44 0.43
HSL 4.69º 0.28% 0.44% -
HSV(B) 4.69º 0.44% 0.57% -
XYZ 16.49 13.27 9.48 -
YUV 103.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 145 86 81 0 0.41 0.44 0.43 4.69 0.28 0.44
Hex 91 56 51 0 29 2C 2B 5 1C 2C
Octal 221 126 121 0 51 54 53 5 34 54
Binary 10010001 1010110 1010001 0 101001 101100 101011 101 11100 101100

Color Harmonies of #915651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915651

Black with #915651

Text Example


Text Example

White with #915651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915651; }

 p { color: rgb(145,86,81); }

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

background-color css

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

 a { background-color: rgb(145,86,81); }

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

border-color css

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

 span { border-color: rgb(145,86,81); }

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