Html Css Color HEX #996E6A Copper Rose

📋 copy color: '#996E6A'

red 153 ◦ green 110 ◦ blue 106

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

Shades of Copper Rose #996E6A

Tints of Copper Rose #996E6A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.81%

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 41.46%
G = 29.81%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#996E6A (or 0x996E6A) is known color: Copper Rose. HEX triplet: 99, 6E and 6A. RGB value is (153,110,106). Sum of RGB (Red+Green+Blue) = 153+110+106=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #996E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E6A is #669195. Grayscale: #7A7A7A. Windows color (decimal): -6721942 or 6975129. OLE color: 6975129.

HSL color Cylindrical-coordinate representation of color #996E6A: hue angle of 5.11º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996E6A is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 110 106 -
CMYK 0 0.28 0.31 0.4
HSL 5.11º 0.19% 0.51% -
HSV(B) 5.11º 0.31% 0.6% -
XYZ 21.31 18.96 16.17 -
YUV 122.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 153 110 106 0 0.28 0.31 0.4 5.11 0.19 0.51
Hex 99 6E 6A 0 1C 1F 28 5 13 33
Octal 231 156 152 0 34 37 50 5 23 63
Binary 10011001 1101110 1101010 0 11100 11111 101000 101 10011 110011

Color Harmonies of #996E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E6A

Black with #996E6A

Text Example


Text Example

White with #996E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996E6A; }

 p { color: rgb(153,110,106); }

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

background-color css

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

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

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

border-color css

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

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

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