Html Css Color HEX #996A6A Copper Rose

📋 copy color: '#996A6A'

red 153 ◦ green 106 ◦ blue 106

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

Shades of Copper Rose #996A6A

Tints of Copper Rose #996A6A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.04%

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

R = 41.92%
G = 29.04%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#996A6A (or 0x996A6A) is known color: Copper Rose. HEX triplet: 99, 6A and 6A. RGB value is (153,106,106). Sum of RGB (Red+Green+Blue) = 153+106+106=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #996A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A6A is #669595. Grayscale: #787878. Windows color (decimal): -6722966 or 6974105. OLE color: 6974105.

HSL color Cylindrical-coordinate representation of color #996A6A: hue angle of 0º 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 #996A6A is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 106 106 -
CMYK 0 0.31 0.31 0.4
HSL 0.19% 0.51% -
HSV(B) 0.31% 0.6% -
XYZ 20.89 18.12 16.03 -
YUV 120.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 153 106 106 0 0.31 0.31 0.4 0 0.19 0.51
Hex 99 6A 6A 0 1F 1F 28 0 13 33
Octal 231 152 152 0 37 37 50 0 23 63
Binary 10011001 1101010 1101010 0 11111 11111 101000 0 10011 110011

Color Harmonies of #996A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A6A

Black with #996A6A

Text Example


Text Example

White with #996A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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