Html Css Color HEX #916766 Copper Rose

📋 copy color: '#916766'

red 145 ◦ green 103 ◦ blue 102

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

Shades of Copper Rose #916766

Tints of Copper Rose #916766

RGB

 RED value IS 145 (57.03% from 255) = 41.43%

 GREEN value IS 103 (40.63% from 255) = 29.43%

 BLUE value IS 102 (40.23% from 255) = 29.14%

R = 41.43%
G = 29.43%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#916766 (or 0x916766) is known color: Copper Rose. HEX triplet: 91, 67 and 66. RGB value is (145,103,102). Sum of RGB (Red+Green+Blue) = 145+103+102=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 145 - color contains mainly: red. Hex color #916766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916766 is #6E9899. Grayscale: #737373. Windows color (decimal): -7248026 or 6711185. OLE color: 6711185.

HSL color Cylindrical-coordinate representation of color #916766: hue angle of 1.4º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916766 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 103 102 -
CMYK 0 0.29 0.30 0.43
HSL 1.4º 0.17% 0.48% -
HSV(B) 1.4º 0.3% 0.57% -
XYZ 18.93 16.68 14.79 -
YUV 115.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 145 103 102 0 0.29 0.30 0.43 1.4 0.17 0.48
Hex 91 67 66 0 1D 1E 2B 1 11 30
Octal 221 147 146 0 35 36 53 1 21 60
Binary 10010001 1100111 1100110 0 11101 11110 101011 1 10001 110000

Color Harmonies of #916766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916766

Black with #916766

Text Example


Text Example

White with #916766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916766; }

 p { color: rgb(145,103,102); }

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

background-color css

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

 a { background-color: rgb(145,103,102); }

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

border-color css

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

 span { border-color: rgb(145,103,102); }

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