Html Css Color HEX #916868 Copper Rose

📋 copy color: '#916868'

red 145 ◦ green 104 ◦ blue 104

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

Shades of Copper Rose #916868

Tints of Copper Rose #916868

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.46%

 BLUE value IS 104 (41.02% from 255) = 29.46%

R = 41.08%
G = 29.46%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#916868 (or 0x916868) is known color: Copper Rose. HEX triplet: 91, 68 and 68. RGB value is (145,104,104). Sum of RGB (Red+Green+Blue) = 145+104+104=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #916868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916868 is #6E9797. Grayscale: #747474. Windows color (decimal): -7247768 or 6842513. OLE color: 6842513.

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

Color convert

RGB 145 104 104 -
CMYK 0 0.28 0.28 0.43
HSL 0.16% 0.49% -
HSV(B) 0.28% 0.57% -
XYZ 19.13 16.92 15.35 -
YUV 116.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 145 104 104 0 0.28 0.28 0.43 0 0.16 0.49
Hex 91 68 68 0 1C 1C 2B 0 10 31
Octal 221 150 150 0 34 34 53 0 20 61
Binary 10010001 1101000 1101000 0 11100 11100 101011 0 10000 110001

Color Harmonies of #916868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916868

Black with #916868

Text Example


Text Example

White with #916868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916868; }

 p { color: rgb(145,104,104); }

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

background-color css

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

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

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

border-color css

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

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

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