Html Css Color HEX #996969 Copper Rose

📋 copy color: '#996969'

red 153 ◦ green 105 ◦ blue 105

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

Shades of Copper Rose #996969

Tints of Copper Rose #996969

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.93%

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

R = 42.15%
G = 28.93%
B = 28.93%

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

#996969 (or 0x996969) is known color: Copper Rose. HEX triplet: 99, 69 and 69. RGB value is (153,105,105). Sum of RGB (Red+Green+Blue) = 153+105+105=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #996969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996969 is #669696. Grayscale: #777777. Windows color (decimal): -6723223 or 6908313. OLE color: 6908313.

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

Color convert

RGB 153 105 105 -
CMYK 0 0.31 0.31 0.4
HSL 0.19% 0.51% -
HSV(B) 0.31% 0.6% -
XYZ 20.74 17.9 15.73 -
YUV 119.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 153 105 105 0 0.31 0.31 0.4 0 0.19 0.51
Hex 99 69 69 0 1F 1F 28 0 13 33
Octal 231 151 151 0 37 37 50 0 23 63
Binary 10011001 1101001 1101001 0 11111 11111 101000 0 10011 110011

Color Harmonies of #996969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996969

Black with #996969

Text Example


Text Example

White with #996969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996969; }

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

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

background-color css

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

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

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

border-color css

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

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

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