Html Css Color HEX #945650 Copper Rust

📋 copy color: '#945650'

red 148 ◦ green 86 ◦ blue 80

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

Shades of Copper Rust #945650

Tints of Copper Rust #945650

RGB

 RED value IS 148 (58.2% from 255) = 47.13%

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

 BLUE value IS 80 (31.64% from 255) = 25.48%

R = 47.13%
G = 27.39%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#945650 (or 0x945650) is known color: Copper Rust. HEX triplet: 94, 56 and 50. RGB value is (148,86,80). Sum of RGB (Red+Green+Blue) = 148+86+80=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #945650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945650 is #6BA9AF. Grayscale: #676767. Windows color (decimal): -7055792 or 5265044. OLE color: 5265044.

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

Color convert

RGB 148 86 80 -
CMYK 0 0.42 0.46 0.42
HSL 5.29º 0.3% 0.45% -
HSV(B) 5.29º 0.46% 0.58% -
XYZ 16.99 13.53 9.31 -
YUV 103.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 148 86 80 0 0.42 0.46 0.42 5.29 0.3 0.45
Hex 94 56 50 0 2A 2E 2A 5 1E 2D
Octal 224 126 120 0 52 56 52 5 36 55
Binary 10010100 1010110 1010000 0 101010 101110 101010 101 11110 101101

Color Harmonies of #945650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945650

Black with #945650

Text Example


Text Example

White with #945650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945650; }

 p { color: rgb(148,86,80); }

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

background-color css

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

 a { background-color: rgb(148,86,80); }

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

border-color css

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

 span { border-color: rgb(148,86,80); }

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