Html Css Color HEX #996E6D Copper Rose

📋 copy color: '#996E6D'

red 153 ◦ green 110 ◦ blue 109

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

Shades of Copper Rose #996E6D

Tints of Copper Rose #996E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 41.13%
G = 29.57%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#996E6D (or 0x996E6D) is known color: Copper Rose. HEX triplet: 99, 6E and 6D. RGB value is (153,110,109). Sum of RGB (Red+Green+Blue) = 153+110+109=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #996E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E6D is #669192. Grayscale: #7A7A7A. Windows color (decimal): -6721939 or 7171737. OLE color: 7171737.

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

Color convert

RGB 153 110 109 -
CMYK 0 0.28 0.29 0.4
HSL 1.36º 0.18% 0.51% -
HSV(B) 1.36º 0.29% 0.6% -
XYZ 21.47 19.03 17.01 -
YUV 122.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 153 110 109 0 0.28 0.29 0.4 1.36 0.18 0.51
Hex 99 6E 6D 0 1C 1D 28 1 12 33
Octal 231 156 155 0 34 35 50 1 22 63
Binary 10011001 1101110 1101101 0 11100 11101 101000 1 10010 110011

Color Harmonies of #996E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E6D

Black with #996E6D

Text Example


Text Example

White with #996E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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