Html Css Color HEX #995A55 Copper Rust

📋 copy color: '#995A55'

red 153 ◦ green 90 ◦ blue 85

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

Shades of Copper Rust #995A55

Tints of Copper Rust #995A55

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.44%

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

R = 46.65%
G = 27.44%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#995A55 (or 0x995A55) is known color: Copper Rust. HEX triplet: 99, 5A and 55. RGB value is (153,90,85). Sum of RGB (Red+Green+Blue) = 153+90+85=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #995A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995A55 is #66A5AA. Grayscale: #6C6C6C. Windows color (decimal): -6727083 or 5593753. OLE color: 5593753.

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

Color convert

RGB 153 90 85 -
CMYK 0 0.41 0.44 0.4
HSL 4.41º 0.29% 0.47% -
HSV(B) 4.41º 0.44% 0.6% -
XYZ 18.43 14.74 10.47 -
YUV 108.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 153 90 85 0 0.41 0.44 0.4 4.41 0.29 0.47
Hex 99 5A 55 0 29 2C 28 4 1D 2F
Octal 231 132 125 0 51 54 50 4 35 57
Binary 10011001 1011010 1010101 0 101001 101100 101000 100 11101 101111

Color Harmonies of #995A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995A55

Black with #995A55

Text Example


Text Example

White with #995A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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