Html Css Color HEX #946E6E Copper Rose

📋 copy color: '#946E6E'

red 148 ◦ green 110 ◦ blue 110

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

Shades of Copper Rose #946E6E

Tints of Copper Rose #946E6E

RGB

 RED value IS 148 (58.2% from 255) = 40.22%

 GREEN value IS 110 (43.36% from 255) = 29.89%

 BLUE value IS 110 (43.36% from 255) = 29.89%

R = 40.22%
G = 29.89%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#946E6E (or 0x946E6E) is known color: Copper Rose. HEX triplet: 94, 6E and 6E. RGB value is (148,110,110). Sum of RGB (Red+Green+Blue) = 148+110+110=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #946E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946E6E is #6B9191. Grayscale: #797979. Windows color (decimal): -7049618 or 7237268. OLE color: 7237268.

HSL color Cylindrical-coordinate representation of color #946E6E: hue angle of 0º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #946E6E is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 110 110 -
CMYK 0 0.26 0.26 0.42
HSL 0.15% 0.51% -
HSV(B) 0.26% 0.58% -
XYZ 20.6 18.57 17.25 -
YUV 121.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 148 110 110 0 0.26 0.26 0.42 0 0.15 0.51
Hex 94 6E 6E 0 1A 1A 2A 0 F 33
Octal 224 156 156 0 32 32 52 0 17 63
Binary 10010100 1101110 1101110 0 11010 11010 101010 0 1111 110011

Color Harmonies of #946E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E6E

Black with #946E6E

Text Example


Text Example

White with #946E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946E6E; }

 p { color: rgb(148,110,110); }

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

background-color css

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

 a { background-color: rgb(148,110,110); }

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

border-color css

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

 span { border-color: rgb(148,110,110); }

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