Html Css Color HEX #996B6B Copper Rose

📋 copy color: '#996B6B'

red 153 ◦ green 107 ◦ blue 107

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

Shades of Copper Rose #996B6B

Tints of Copper Rose #996B6B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.16%

 BLUE value IS 107 (42.19% from 255) = 29.16%

R = 41.69%
G = 29.16%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#996B6B (or 0x996B6B) is known color: Copper Rose. HEX triplet: 99, 6B and 6B. RGB value is (153,107,107). Sum of RGB (Red+Green+Blue) = 153+107+107=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #996B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B6B is #669494. Grayscale: #787878. Windows color (decimal): -6722709 or 7039897. OLE color: 7039897.

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

Color convert

RGB 153 107 107 -
CMYK 0 0.30 0.30 0.4
HSL 0.18% 0.51% -
HSV(B) 0.3% 0.6% -
XYZ 21.05 18.35 16.34 -
YUV 120.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 153 107 107 0 0.30 0.30 0.4 0 0.18 0.51
Hex 99 6B 6B 0 1E 1E 28 0 12 33
Octal 231 153 153 0 36 36 50 0 22 63
Binary 10011001 1101011 1101011 0 11110 11110 101000 0 10010 110011

Color Harmonies of #996B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B6B

Black with #996B6B

Text Example


Text Example

White with #996B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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