Html Css Color HEX #946C69 Copper Rose

📋 copy color: '#946C69'

red 148 ◦ green 108 ◦ blue 105

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

Shades of Copper Rose #946C69

Tints of Copper Rose #946C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.09%

R = 41%
G = 29.92%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#946C69 (or 0x946C69) is known color: Copper Rose. HEX triplet: 94, 6C and 69. RGB value is (148,108,105). Sum of RGB (Red+Green+Blue) = 148+108+105=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #946C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C69 is #6B9396. Grayscale: #777777. Windows color (decimal): -7050135 or 6909076. OLE color: 6909076.

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

Color convert

RGB 148 108 105 -
CMYK 0 0.27 0.29 0.42
HSL 4.19º 0.17% 0.5% -
HSV(B) 4.19º 0.29% 0.58% -
XYZ 20.13 18.04 15.79 -
YUV 119.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 148 108 105 0 0.27 0.29 0.42 4.19 0.17 0.5
Hex 94 6C 69 0 1B 1D 2A 4 11 32
Octal 224 154 151 0 33 35 52 4 21 62
Binary 10010100 1101100 1101001 0 11011 11101 101010 100 10001 110010

Color Harmonies of #946C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C69

Black with #946C69

Text Example


Text Example

White with #946C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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