Html Css Color HEX #966B6B Copper Rose

📋 copy color: '#966B6B'

red 150 ◦ green 107 ◦ blue 107

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

Shades of Copper Rose #966B6B

Tints of Copper Rose #966B6B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.4%

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

R = 41.21%
G = 29.4%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#966B6B (or 0x966B6B) is known color: Copper Rose. HEX triplet: 96, 6B and 6B. RGB value is (150,107,107). Sum of RGB (Red+Green+Blue) = 150+107+107=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #966B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966B6B is #699494. Grayscale: #777777. Windows color (decimal): -6919317 or 7039894. OLE color: 7039894.

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

Color convert

RGB 150 107 107 -
CMYK 0 0.29 0.29 0.41
HSL 0.17% 0.5% -
HSV(B) 0.29% 0.59% -
XYZ 20.49 18.06 16.32 -
YUV 119.86 120.75 149.5 -
System Red Green Blue C M Y K H S L
Decimal 150 107 107 0 0.29 0.29 0.41 0 0.17 0.5
Hex 96 6B 6B 0 1D 1D 29 0 11 32
Octal 226 153 153 0 35 35 51 0 21 62
Binary 10010110 1101011 1101011 0 11101 11101 101001 0 10001 110010

Color Harmonies of #966B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966B6B

Black with #966B6B

Text Example


Text Example

White with #966B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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