Html Css Color HEX #966F6D Copper Rose

📋 copy color: '#966F6D'

red 150 ◦ green 111 ◦ blue 109

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

Shades of Copper Rose #966F6D

Tints of Copper Rose #966F6D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30%

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

R = 40.54%
G = 30%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#966F6D (or 0x966F6D) is known color: Copper Rose. HEX triplet: 96, 6F and 6D. RGB value is (150,111,109). Sum of RGB (Red+Green+Blue) = 150+111+109=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #966F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F6D is #699092. Grayscale: #7A7A7A. Windows color (decimal): -6918291 or 7171990. OLE color: 7171990.

HSL color Cylindrical-coordinate representation of color #966F6D: hue angle of 2.93º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #966F6D is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 111 109 -
CMYK 0 0.26 0.27 0.41
HSL 2.93º 0.16% 0.51% -
HSV(B) 2.93º 0.27% 0.59% -
XYZ 21.02 18.96 17.02 -
YUV 122.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 150 111 109 0 0.26 0.27 0.41 2.93 0.16 0.51
Hex 96 6F 6D 0 1A 1B 29 3 10 33
Octal 226 157 155 0 32 33 51 3 20 63
Binary 10010110 1101111 1101101 0 11010 11011 101001 11 10000 110011

Color Harmonies of #966F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F6D

Black with #966F6D

Text Example


Text Example

White with #966F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966F6D; }

 p { color: rgb(150,111,109); }

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

background-color css

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

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

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

border-color css

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

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

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