Html Css Color HEX #966564 Copper Rose

📋 copy color: '#966564'

red 150 ◦ green 101 ◦ blue 100

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

Shades of Copper Rose #966564

Tints of Copper Rose #966564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.77%

 BLUE value IS 100 (39.45% from 255) = 28.49%

R = 42.74%
G = 28.77%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#966564 (or 0x966564) is known color: Copper Rose. HEX triplet: 96, 65 and 64. RGB value is (150,101,100). Sum of RGB (Red+Green+Blue) = 150+101+100=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #966564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966564 is #699A9B. Grayscale: #737373. Windows color (decimal): -6920860 or 6579606. OLE color: 6579606.

HSL color Cylindrical-coordinate representation of color #966564: hue angle of 1.2º 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 #966564 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 101 100 -
CMYK 0 0.33 0.33 0.41
HSL 1.2º 0.2% 0.49% -
HSV(B) 1.2º 0.33% 0.59% -
XYZ 19.53 16.71 14.25 -
YUV 115.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 150 101 100 0 0.33 0.33 0.41 1.2 0.2 0.49
Hex 96 65 64 0 21 21 29 1 14 31
Octal 226 145 144 0 41 41 51 1 24 61
Binary 10010110 1100101 1100100 0 100001 100001 101001 1 10100 110001

Color Harmonies of #966564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966564

Black with #966564

Text Example


Text Example

White with #966564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966564; }

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

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

background-color css

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

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

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

border-color css

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

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

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