Html Css Color HEX #906666 Copper Rose

📋 copy color: '#906666'

red 144 ◦ green 102 ◦ blue 102

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

Shades of Copper Rose #906666

Tints of Copper Rose #906666

RGB

 RED value IS 144 (56.64% from 255) = 41.38%

 GREEN value IS 102 (40.23% from 255) = 29.31%

 BLUE value IS 102 (40.23% from 255) = 29.31%

R = 41.38%
G = 29.31%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#906666 (or 0x906666) is known color: Copper Rose. HEX triplet: 90, 66 and 66. RGB value is (144,102,102). Sum of RGB (Red+Green+Blue) = 144+102+102=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 144 - color contains mainly: red. Hex color #906666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906666 is #6F9999. Grayscale: #727272. Windows color (decimal): -7313818 or 6710928. OLE color: 6710928.

HSL color Cylindrical-coordinate representation of color #906666: hue angle of 0º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #906666 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 102 102 -
CMYK 0 0.29 0.29 0.44
HSL 0.17% 0.48% -
HSV(B) 0.29% 0.56% -
XYZ 18.65 16.39 14.75 -
YUV 114.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 144 102 102 0 0.29 0.29 0.44 0 0.17 0.48
Hex 90 66 66 0 1D 1D 2C 0 11 30
Octal 220 146 146 0 35 35 54 0 21 60
Binary 10010000 1100110 1100110 0 11101 11101 101100 0 10001 110000

Color Harmonies of #906666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906666

Black with #906666

Text Example


Text Example

White with #906666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906666; }

 p { color: rgb(144,102,102); }

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

background-color css

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

 a { background-color: rgb(144,102,102); }

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

border-color css

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

 span { border-color: rgb(144,102,102); }

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