Html Css Color HEX #955653 Copper Rust

📋 copy color: '#955653'

red 149 ◦ green 86 ◦ blue 83

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

Shades of Copper Rust #955653

Tints of Copper Rust #955653

RGB

 RED value IS 149 (58.59% from 255) = 46.86%

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

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

R = 46.86%
G = 27.04%
B = 26.1%

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

#955653 (or 0x955653) is known color: Copper Rust. HEX triplet: 95, 56 and 53. RGB value is (149,86,83). Sum of RGB (Red+Green+Blue) = 149+86+83=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #955653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955653 is #6AA9AC. Grayscale: #686868. Windows color (decimal): -6990253 or 5461653. OLE color: 5461653.

HSL color Cylindrical-coordinate representation of color #955653: hue angle of 2.73º 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 #955653 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 86 83 -
CMYK 0 0.42 0.44 0.42
HSL 2.73º 0.28% 0.45% -
HSV(B) 2.73º 0.44% 0.58% -
XYZ 17.28 13.67 9.91 -
YUV 104.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 149 86 83 0 0.42 0.44 0.42 2.73 0.28 0.45
Hex 95 56 53 0 2A 2C 2A 3 1C 2D
Octal 225 126 123 0 52 54 52 3 34 55
Binary 10010101 1010110 1010011 0 101010 101100 101010 11 11100 101101

Color Harmonies of #955653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955653

Black with #955653

Text Example


Text Example

White with #955653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955653; }

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

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

background-color css

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

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

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

border-color css

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

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

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