Html Css Color HEX #946F6C Copper Rose

📋 copy color: '#946F6C'

red 148 ◦ green 111 ◦ blue 108

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

Shades of Copper Rose #946F6C

Tints of Copper Rose #946F6C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.25%

 BLUE value IS 108 (42.58% from 255) = 29.43%

R = 40.33%
G = 30.25%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#946F6C (or 0x946F6C) is known color: Copper Rose. HEX triplet: 94, 6F and 6C. RGB value is (148,111,108). Sum of RGB (Red+Green+Blue) = 148+111+108=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #946F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F6C is #6B9093. Grayscale: #797979. Windows color (decimal): -7049364 or 7106452. OLE color: 7106452.

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

Color convert

RGB 148 111 108 -
CMYK 0 0.25 0.27 0.42
HSL 4.5º 0.16% 0.5% -
HSV(B) 4.5º 0.27% 0.58% -
XYZ 20.6 18.75 16.72 -
YUV 121.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 148 111 108 0 0.25 0.27 0.42 4.5 0.16 0.5
Hex 94 6F 6C 0 19 1B 2A 4 10 32
Octal 224 157 154 0 31 33 52 4 20 62
Binary 10010100 1101111 1101100 0 11001 11011 101010 100 10000 110010

Color Harmonies of #946F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F6C

Black with #946F6C

Text Example


Text Example

White with #946F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,111,108); }

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

background-color css

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

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

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

border-color css

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

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

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