Html Css Color HEX #966967 Copper Rose

📋 copy color: '#966967'

red 150 ◦ green 105 ◦ blue 103

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

Shades of Copper Rose #966967

Tints of Copper Rose #966967

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.33%

 BLUE value IS 103 (40.63% from 255) = 28.77%

R = 41.9%
G = 29.33%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#966967 (or 0x966967) is known color: Copper Rose. HEX triplet: 96, 69 and 67. RGB value is (150,105,103). Sum of RGB (Red+Green+Blue) = 150+105+103=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #966967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966967 is #699698. Grayscale: #767676. Windows color (decimal): -6919833 or 6777238. OLE color: 6777238.

HSL color Cylindrical-coordinate representation of color #966967: hue angle of 2.55º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966967 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 105 103 -
CMYK 0 0.30 0.31 0.41
HSL 2.55º 0.19% 0.5% -
HSV(B) 2.55º 0.31% 0.59% -
XYZ 20.08 17.57 15.16 -
YUV 118.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 150 105 103 0 0.30 0.31 0.41 2.55 0.19 0.5
Hex 96 69 67 0 1E 1F 29 3 13 32
Octal 226 151 147 0 36 37 51 3 23 62
Binary 10010110 1101001 1100111 0 11110 11111 101001 11 10011 110010

Color Harmonies of #966967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966967

Black with #966967

Text Example


Text Example

White with #966967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966967; }

 p { color: rgb(150,105,103); }

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

background-color css

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

 a { background-color: rgb(150,105,103); }

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

border-color css

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

 span { border-color: rgb(150,105,103); }

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