Html Css Color HEX #946B68 Copper Rose

📋 copy color: '#946B68'

red 148 ◦ green 107 ◦ blue 104

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

Shades of Copper Rose #946B68

Tints of Copper Rose #946B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.97%

R = 41.23%
G = 29.81%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#946B68 (or 0x946B68) is known color: Copper Rose. HEX triplet: 94, 6B and 68. RGB value is (148,107,104). Sum of RGB (Red+Green+Blue) = 148+107+104=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #946B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B68 is #6B9497. Grayscale: #767676. Windows color (decimal): -7050392 or 6843284. OLE color: 6843284.

HSL color Cylindrical-coordinate representation of color #946B68: hue angle of 4.09º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946B68 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 107 104 -
CMYK 0 0.28 0.30 0.42
HSL 4.09º 0.17% 0.49% -
HSV(B) 4.09º 0.3% 0.58% -
XYZ 19.97 17.81 15.48 -
YUV 118.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 148 107 104 0 0.28 0.30 0.42 4.09 0.17 0.49
Hex 94 6B 68 0 1C 1E 2A 4 11 31
Octal 224 153 150 0 34 36 52 4 21 61
Binary 10010100 1101011 1101000 0 11100 11110 101010 100 10001 110001

Color Harmonies of #946B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B68

Black with #946B68

Text Example


Text Example

White with #946B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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