Html Css Color HEX #995648 Copper Rust

📋 copy color: '#995648'

red 153 ◦ green 86 ◦ blue 72

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

Shades of Copper Rust #995648

Tints of Copper Rust #995648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.15%

R = 49.2%
G = 27.65%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#995648 (or 0x995648) is known color: Copper Rust. HEX triplet: 99, 56 and 48. RGB value is (153,86,72). Sum of RGB (Red+Green+Blue) = 153+86+72=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #995648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995648 is #66A9B7. Grayscale: #686868. Windows color (decimal): -6728120 or 4740761. OLE color: 4740761.

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

Color convert

RGB 153 86 72 -
CMYK 0 0.44 0.53 0.4
HSL 10.37º 0.36% 0.44% -
HSV(B) 10.37º 0.53% 0.6% -
XYZ 17.63 13.9 7.88 -
YUV 104.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 153 86 72 0 0.44 0.53 0.4 10.37 0.36 0.44
Hex 99 56 48 0 2C 35 28 A 24 2C
Octal 231 126 110 0 54 65 50 12 44 54
Binary 10011001 1010110 1001000 0 101100 110101 101000 1010 100100 101100

Color Harmonies of #995648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995648

Black with #995648

Text Example


Text Example

White with #995648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995648; }

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

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

background-color css

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

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

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

border-color css

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

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

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