Html Css Color HEX #995653 Copper Rust

📋 copy color: '#995653'

red 153 ◦ green 86 ◦ blue 83

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

Shades of Copper Rust #995653

Tints of Copper Rust #995653

RGB

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

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

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

R = 47.52%
G = 26.71%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#995653 (or 0x995653) is known color: Copper Rust. HEX triplet: 99, 56 and 53. RGB value is (153,86,83). Sum of RGB (Red+Green+Blue) = 153+86+83=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #995653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995653 is #66A9AC. Grayscale: #696969. Windows color (decimal): -6728109 or 5461657. OLE color: 5461657.

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

Color convert

RGB 153 86 83 -
CMYK 0 0.44 0.46 0.4
HSL 2.57º 0.3% 0.46% -
HSV(B) 2.57º 0.46% 0.6% -
XYZ 18.03 14.05 9.95 -
YUV 105.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 153 86 83 0 0.44 0.46 0.4 2.57 0.3 0.46
Hex 99 56 53 0 2C 2E 28 3 1E 2E
Octal 231 126 123 0 54 56 50 3 36 56
Binary 10011001 1010110 1010011 0 101100 101110 101000 11 11110 101110

Color Harmonies of #995653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995653

Black with #995653

Text Example


Text Example

White with #995653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995653; }

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

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

background-color css

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

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

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

border-color css

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

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

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