Html Css Color HEX #946B69 Copper Rose

📋 copy color: '#946B69'

red 148 ◦ green 107 ◦ blue 105

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

Shades of Copper Rose #946B69

Tints of Copper Rose #946B69

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.72%

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

R = 41.11%
G = 29.72%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#946B69 (or 0x946B69) is known color: Copper Rose. HEX triplet: 94, 6B and 69. RGB value is (148,107,105). Sum of RGB (Red+Green+Blue) = 148+107+105=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #946B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B69 is #6B9496. Grayscale: #777777. Windows color (decimal): -7050391 or 6908820. OLE color: 6908820.

HSL color Cylindrical-coordinate representation of color #946B69: hue angle of 2.79º 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 #946B69 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 107 105 -
CMYK 0 0.28 0.29 0.42
HSL 2.79º 0.17% 0.5% -
HSV(B) 2.79º 0.29% 0.58% -
XYZ 20.02 17.83 15.75 -
YUV 119.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 148 107 105 0 0.28 0.29 0.42 2.79 0.17 0.5
Hex 94 6B 69 0 1C 1D 2A 3 11 32
Octal 224 153 151 0 34 35 52 3 21 62
Binary 10010100 1101011 1101001 0 11100 11101 101010 11 10001 110010

Color Harmonies of #946B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B69

Black with #946B69

Text Example


Text Example

White with #946B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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