Html Css Color HEX #945653 Copper Rust

📋 copy color: '#945653'

red 148 ◦ green 86 ◦ blue 83

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

Shades of Copper Rust #945653

Tints of Copper Rust #945653

RGB

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

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

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

R = 46.69%
G = 27.13%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#945653 (or 0x945653) is known color: Copper Rust. HEX triplet: 94, 56 and 53. RGB value is (148,86,83). Sum of RGB (Red+Green+Blue) = 148+86+83=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #945653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945653 is #6BA9AC. Grayscale: #686868. Windows color (decimal): -7055789 or 5461652. OLE color: 5461652.

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

Color convert

RGB 148 86 83 -
CMYK 0 0.42 0.44 0.42
HSL 2.77º 0.28% 0.45% -
HSV(B) 2.77º 0.44% 0.58% -
XYZ 17.1 13.58 9.9 -
YUV 104.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 148 86 83 0 0.42 0.44 0.42 2.77 0.28 0.45
Hex 94 56 53 0 2A 2C 2A 3 1C 2D
Octal 224 126 123 0 52 54 52 3 34 55
Binary 10010100 1010110 1010011 0 101010 101100 101010 11 11100 101101

Color Harmonies of #945653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945653

Black with #945653

Text Example


Text Example

White with #945653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945653; }

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

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

background-color css

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

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

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

border-color css

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

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

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