Html Css Color HEX #996D6B Copper Rose

📋 copy color: '#996D6B'

red 153 ◦ green 109 ◦ blue 107

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

Shades of Copper Rose #996D6B

Tints of Copper Rose #996D6B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.54%

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

R = 41.46%
G = 29.54%
B = 29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#996D6B (or 0x996D6B) is known color: Copper Rose. HEX triplet: 99, 6D and 6B. RGB value is (153,109,107). Sum of RGB (Red+Green+Blue) = 153+109+107=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #996D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D6B is #669294. Grayscale: #797979. Windows color (decimal): -6722197 or 7040409. OLE color: 7040409.

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

Color convert

RGB 153 109 107 -
CMYK 0 0.29 0.30 0.4
HSL 2.61º 0.18% 0.51% -
HSV(B) 2.61º 0.3% 0.6% -
XYZ 21.26 18.77 16.41 -
YUV 121.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 153 109 107 0 0.29 0.30 0.4 2.61 0.18 0.51
Hex 99 6D 6B 0 1D 1E 28 3 12 33
Octal 231 155 153 0 35 36 50 3 22 63
Binary 10011001 1101101 1101011 0 11101 11110 101000 11 10010 110011

Color Harmonies of #996D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D6B

Black with #996D6B

Text Example


Text Example

White with #996D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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