Html Css Color HEX #996565 Copper Rose

📋 copy color: '#996565'

red 153 ◦ green 101 ◦ blue 101

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

Shades of Copper Rose #996565

Tints of Copper Rose #996565

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.45%

 BLUE value IS 101 (39.84% from 255) = 28.45%

R = 43.1%
G = 28.45%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#996565 (or 0x996565) is known color: Copper Rose. HEX triplet: 99, 65 and 65. RGB value is (153,101,101). Sum of RGB (Red+Green+Blue) = 153+101+101=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #996565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996565 is #669A9A. Grayscale: #747474. Windows color (decimal): -6724251 or 6645145. OLE color: 6645145.

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

Color convert

RGB 153 101 101 -
CMYK 0 0.34 0.34 0.4
HSL 0.2% 0.5% -
HSV(B) 0.34% 0.6% -
XYZ 20.14 17.02 14.54 -
YUV 116.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 153 101 101 0 0.34 0.34 0.4 0 0.2 0.5
Hex 99 65 65 0 22 22 28 0 14 32
Octal 231 145 145 0 42 42 50 0 24 62
Binary 10011001 1100101 1100101 0 100010 100010 101000 0 10100 110010

Color Harmonies of #996565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996565

Black with #996565

Text Example


Text Example

White with #996565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996565; }

 p { color: rgb(153,101,101); }

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

background-color css

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

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

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

border-color css

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

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

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