Html Css Color HEX #946461 Copper Rose

📋 copy color: '#946461'

red 148 ◦ green 100 ◦ blue 97

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

Shades of Copper Rose #946461

Tints of Copper Rose #946461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.99%

 BLUE value IS 97 (38.28% from 255) = 28.12%

R = 42.9%
G = 28.99%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#946461 (or 0x946461) is known color: Copper Rose. HEX triplet: 94, 64 and 61. RGB value is (148,100,97). Sum of RGB (Red+Green+Blue) = 148+100+97=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #946461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946461 is #6B9B9E. Grayscale: #727272. Windows color (decimal): -7052191 or 6382740. OLE color: 6382740.

HSL color Cylindrical-coordinate representation of color #946461: hue angle of 3.53º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946461 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 100 97 -
CMYK 0 0.32 0.34 0.42
HSL 3.53º 0.21% 0.48% -
HSV(B) 3.53º 0.34% 0.58% -
XYZ 18.93 16.27 13.45 -
YUV 114.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 148 100 97 0 0.32 0.34 0.42 3.53 0.21 0.48
Hex 94 64 61 0 20 22 2A 4 15 30
Octal 224 144 141 0 40 42 52 4 25 60
Binary 10010100 1100100 1100001 0 100000 100010 101010 100 10101 110000

Color Harmonies of #946461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946461

Black with #946461

Text Example


Text Example

White with #946461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946461; }

 p { color: rgb(148,100,97); }

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

background-color css

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

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

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

border-color css

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

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

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