Html Css Color HEX #946C6B Copper Rose

📋 copy color: '#946C6B'

red 148 ◦ green 108 ◦ blue 107

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

Shades of Copper Rose #946C6B

Tints of Copper Rose #946C6B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.75%

 BLUE value IS 107 (42.19% from 255) = 29.48%

R = 40.77%
G = 29.75%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#946C6B (or 0x946C6B) is known color: Copper Rose. HEX triplet: 94, 6C and 6B. RGB value is (148,108,107). Sum of RGB (Red+Green+Blue) = 148+108+107=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #946C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C6B is #6B9394. Grayscale: #777777. Windows color (decimal): -7050133 or 7040148. OLE color: 7040148.

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

Color convert

RGB 148 108 107 -
CMYK 0 0.27 0.28 0.42
HSL 1.46º 0.16% 0.5% -
HSV(B) 1.46º 0.28% 0.58% -
XYZ 20.23 18.08 16.33 -
YUV 119.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 148 108 107 0 0.27 0.28 0.42 1.46 0.16 0.5
Hex 94 6C 6B 0 1B 1C 2A 1 10 32
Octal 224 154 153 0 33 34 52 1 20 62
Binary 10010100 1101100 1101011 0 11011 11100 101010 1 10000 110010

Color Harmonies of #946C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C6B

Black with #946C6B

Text Example


Text Example

White with #946C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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