Html Css Color HEX #995755 Copper Rust

📋 copy color: '#995755'

red 153 ◦ green 87 ◦ blue 85

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

Shades of Copper Rust #995755

Tints of Copper Rust #995755

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.77%

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

R = 47.08%
G = 26.77%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#995755 (or 0x995755) is known color: Copper Rust. HEX triplet: 99, 57 and 55. RGB value is (153,87,85). Sum of RGB (Red+Green+Blue) = 153+87+85=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #995755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995755 is #66A8AA. Grayscale: #6A6A6A. Windows color (decimal): -6727851 or 5592985. OLE color: 5592985.

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

Color convert

RGB 153 87 85 -
CMYK 0 0.43 0.44 0.4
HSL 1.76º 0.29% 0.47% -
HSV(B) 1.76º 0.44% 0.6% -
XYZ 18.18 14.24 10.39 -
YUV 106.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 153 87 85 0 0.43 0.44 0.4 1.76 0.29 0.47
Hex 99 57 55 0 2B 2C 28 2 1D 2F
Octal 231 127 125 0 53 54 50 2 35 57
Binary 10011001 1010111 1010101 0 101011 101100 101000 10 11101 101111

Color Harmonies of #995755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995755

Black with #995755

Text Example


Text Example

White with #995755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995755; }

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

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

background-color css

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

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

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

border-color css

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

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

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