Html Css Color HEX #916664 Copper Rose

📋 copy color: '#916664'

red 145 ◦ green 102 ◦ blue 100

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

Shades of Copper Rose #916664

Tints of Copper Rose #916664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.39%

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

R = 41.79%
G = 29.39%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#916664 (or 0x916664) is known color: Copper Rose. HEX triplet: 91, 66 and 64. RGB value is (145,102,100). Sum of RGB (Red+Green+Blue) = 145+102+100=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #916664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916664 is #6E999B. Grayscale: #727272. Windows color (decimal): -7248284 or 6579857. OLE color: 6579857.

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

Color convert

RGB 145 102 100 -
CMYK 0 0.30 0.31 0.43
HSL 2.67º 0.18% 0.48% -
HSV(B) 2.67º 0.31% 0.57% -
XYZ 18.73 16.44 14.24 -
YUV 114.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 145 102 100 0 0.30 0.31 0.43 2.67 0.18 0.48
Hex 91 66 64 0 1E 1F 2B 3 12 30
Octal 221 146 144 0 36 37 53 3 22 60
Binary 10010001 1100110 1100100 0 11110 11111 101011 11 10010 110000

Color Harmonies of #916664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916664

Black with #916664

Text Example


Text Example

White with #916664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916664; }

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

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

background-color css

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

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

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

border-color css

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

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

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