Html Css Color HEX #996261 Copper Rose

📋 copy color: '#996261'

red 153 ◦ green 98 ◦ blue 97

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

Shades of Copper Rose #996261

Tints of Copper Rose #996261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.16%

 BLUE value IS 97 (38.28% from 255) = 27.87%

R = 43.97%
G = 28.16%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#996261 (or 0x996261) is known color: Copper Rose. HEX triplet: 99, 62 and 61. RGB value is (153,98,97). Sum of RGB (Red+Green+Blue) = 153+98+97=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #996261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996261 is #669D9E. Grayscale: #727272. Windows color (decimal): -6725023 or 6382233. OLE color: 6382233.

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

Color convert

RGB 153 98 97 -
CMYK 0 0.36 0.37 0.4
HSL 1.07º 0.22% 0.49% -
HSV(B) 1.07º 0.37% 0.6% -
XYZ 19.66 16.37 13.43 -
YUV 114.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 153 98 97 0 0.36 0.37 0.4 1.07 0.22 0.49
Hex 99 62 61 0 24 25 28 1 16 31
Octal 231 142 141 0 44 45 50 1 26 61
Binary 10011001 1100010 1100001 0 100100 100101 101000 1 10110 110001

Color Harmonies of #996261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996261

Black with #996261

Text Example


Text Example

White with #996261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996261; }

 p { color: rgb(153,98,97); }

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

background-color css

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

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

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

border-color css

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

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

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