Html Css Color HEX #966665 Copper Rose

📋 copy color: '#966665'

red 150 ◦ green 102 ◦ blue 101

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

Shades of Copper Rose #966665

Tints of Copper Rose #966665

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.9%

 BLUE value IS 101 (39.84% from 255) = 28.61%

R = 42.49%
G = 28.9%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#966665 (or 0x966665) is known color: Copper Rose. HEX triplet: 96, 66 and 65. RGB value is (150,102,101). Sum of RGB (Red+Green+Blue) = 150+102+101=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #966665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966665 is #69999A. Grayscale: #747474. Windows color (decimal): -6920603 or 6645398. OLE color: 6645398.

HSL color Cylindrical-coordinate representation of color #966665: hue angle of 1.22º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #966665 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 102 101 -
CMYK 0 0.32 0.33 0.41
HSL 1.22º 0.2% 0.49% -
HSV(B) 1.22º 0.33% 0.59% -
XYZ 19.68 16.93 14.54 -
YUV 116.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 150 102 101 0 0.32 0.33 0.41 1.22 0.2 0.49
Hex 96 66 65 0 20 21 29 1 14 31
Octal 226 146 145 0 40 41 51 1 24 61
Binary 10010110 1100110 1100101 0 100000 100001 101001 1 10100 110001

Color Harmonies of #966665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966665

Black with #966665

Text Example


Text Example

White with #966665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966665; }

 p { color: rgb(150,102,101); }

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

background-color css

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

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

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

border-color css

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

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

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