Html Css Color HEX #996D69 Copper Rose

📋 copy color: '#996D69'

red 153 ◦ green 109 ◦ blue 105

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

Shades of Copper Rose #996D69

Tints of Copper Rose #996D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.61%

R = 41.69%
G = 29.7%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#996D69 (or 0x996D69) is known color: Copper Rose. HEX triplet: 99, 6D and 69. RGB value is (153,109,105). Sum of RGB (Red+Green+Blue) = 153+109+105=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #996D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D69 is #669296. Grayscale: #797979. Windows color (decimal): -6722199 or 6909337. OLE color: 6909337.

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

Color convert

RGB 153 109 105 -
CMYK 0 0.29 0.31 0.4
HSL 0.19% 0.51% -
HSV(B) 0.31% 0.6% -
XYZ 21.16 18.73 15.86 -
YUV 121.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 153 109 105 0 0.29 0.31 0.4 5 0.19 0.51
Hex 99 6D 69 0 1D 1F 28 5 13 33
Octal 231 155 151 0 35 37 50 5 23 63
Binary 10011001 1101101 1101001 0 11101 11111 101000 101 10011 110011

Color Harmonies of #996D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D69

Black with #996D69

Text Example


Text Example

White with #996D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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