Html Css Color HEX #995655 Copper Rust

📋 copy color: '#995655'

red 153 ◦ green 86 ◦ blue 85

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

Shades of Copper Rust #995655

Tints of Copper Rust #995655

RGB

 RED value IS 153 (60.16% from 255) = 47.22%

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

 BLUE value IS 85 (33.59% from 255) = 26.23%

R = 47.22%
G = 26.54%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#995655 (or 0x995655) is known color: Copper Rust. HEX triplet: 99, 56 and 55. RGB value is (153,86,85). Sum of RGB (Red+Green+Blue) = 153+86+85=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #995655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995655 is #66A9AA. Grayscale: #696969. Windows color (decimal): -6728107 or 5592729. OLE color: 5592729.

HSL color Cylindrical-coordinate representation of color #995655: hue angle of 0.88º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995655 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 86 85 -
CMYK 0 0.44 0.44 0.4
HSL 0.88º 0.29% 0.47% -
HSV(B) 0.88º 0.44% 0.6% -
XYZ 18.1 14.08 10.36 -
YUV 105.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 153 86 85 0 0.44 0.44 0.4 0.88 0.29 0.47
Hex 99 56 55 0 2C 2C 28 1 1D 2F
Octal 231 126 125 0 54 54 50 1 35 57
Binary 10011001 1010110 1010101 0 101100 101100 101000 1 11101 101111

Color Harmonies of #995655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995655

Black with #995655

Text Example


Text Example

White with #995655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995655; }

 p { color: rgb(153,86,85); }

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

background-color css

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

 a { background-color: rgb(153,86,85); }

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

border-color css

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

 span { border-color: rgb(153,86,85); }

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