Html Css Color HEX #966D6A Copper Rose

📋 copy color: '#966D6A'

red 150 ◦ green 109 ◦ blue 106

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

Shades of Copper Rose #966D6A

Tints of Copper Rose #966D6A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.86%

 BLUE value IS 106 (41.8% from 255) = 29.04%

R = 41.1%
G = 29.86%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#966D6A (or 0x966D6A) is known color: Copper Rose. HEX triplet: 96, 6D and 6A. RGB value is (150,109,106). Sum of RGB (Red+Green+Blue) = 150+109+106=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #966D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966D6A is #699295. Grayscale: #787878. Windows color (decimal): -6918806 or 6974870. OLE color: 6974870.

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

Color convert

RGB 150 109 106 -
CMYK 0 0.27 0.29 0.41
HSL 4.09º 0.17% 0.5% -
HSV(B) 4.09º 0.29% 0.59% -
XYZ 20.65 18.46 16.11 -
YUV 120.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 150 109 106 0 0.27 0.29 0.41 4.09 0.17 0.5
Hex 96 6D 6A 0 1B 1D 29 4 11 32
Octal 226 155 152 0 33 35 51 4 21 62
Binary 10010110 1101101 1101010 0 11011 11101 101001 100 10001 110010

Color Harmonies of #966D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966D6A

Black with #966D6A

Text Example


Text Example

White with #966D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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