Html Css Color HEX #966969 Copper Rose

📋 copy color: '#966969'

red 150 ◦ green 105 ◦ blue 105

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

Shades of Copper Rose #966969

Tints of Copper Rose #966969

RGB

 RED value IS 150 (58.98% from 255) = 41.67%

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

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

R = 41.67%
G = 29.17%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#966969 (or 0x966969) is known color: Copper Rose. HEX triplet: 96, 69 and 69. RGB value is (150,105,105). Sum of RGB (Red+Green+Blue) = 150+105+105=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #966969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966969 is #699696. Grayscale: #767676. Windows color (decimal): -6919831 or 6908310. OLE color: 6908310.

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

Color convert

RGB 150 105 105 -
CMYK 0 0.30 0.30 0.41
HSL 0.18% 0.5% -
HSV(B) 0.3% 0.59% -
XYZ 20.18 17.61 15.7 -
YUV 118.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 150 105 105 0 0.30 0.30 0.41 0 0.18 0.5
Hex 96 69 69 0 1E 1E 29 0 12 32
Octal 226 151 151 0 36 36 51 0 22 62
Binary 10010110 1101001 1101001 0 11110 11110 101001 0 10010 110010

Color Harmonies of #966969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966969

Black with #966969

Text Example


Text Example

White with #966969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966969; }

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

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

background-color css

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

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

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

border-color css

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

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

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