Html Css Color HEX #966F6B Copper Rose

📋 copy color: '#966F6B'

red 150 ◦ green 111 ◦ blue 107

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

Shades of Copper Rose #966F6B

Tints of Copper Rose #966F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.08%

R = 40.76%
G = 30.16%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#966F6B (or 0x966F6B) is known color: Copper Rose. HEX triplet: 96, 6F and 6B. RGB value is (150,111,107). Sum of RGB (Red+Green+Blue) = 150+111+107=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #966F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F6B is #699094. Grayscale: #7A7A7A. Windows color (decimal): -6918293 or 7040918. OLE color: 7040918.

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

Color convert

RGB 150 111 107 -
CMYK 0 0.26 0.29 0.41
HSL 5.58º 0.17% 0.5% -
HSV(B) 5.58º 0.29% 0.59% -
XYZ 20.92 18.91 16.46 -
YUV 122.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 150 111 107 0 0.26 0.29 0.41 5.58 0.17 0.5
Hex 96 6F 6B 0 1A 1D 29 6 11 32
Octal 226 157 153 0 32 35 51 6 21 62
Binary 10010110 1101111 1101011 0 11010 11101 101001 110 10001 110010

Color Harmonies of #966F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F6B

Black with #966F6B

Text Example


Text Example

White with #966F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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