Html Css Color HEX #926663 Copper Rose

📋 copy color: '#926663'

red 146 ◦ green 102 ◦ blue 99

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

Shades of Copper Rose #926663

Tints of Copper Rose #926663

RGB

 RED value IS 146 (57.42% from 255) = 42.07%

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

 BLUE value IS 99 (39.06% from 255) = 28.53%

R = 42.07%
G = 29.39%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#926663 (or 0x926663) is known color: Copper Rose. HEX triplet: 92, 66 and 63. RGB value is (146,102,99). Sum of RGB (Red+Green+Blue) = 146+102+99=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #926663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926663 is #6D999C. Grayscale: #727272. Windows color (decimal): -7182749 or 6514322. OLE color: 6514322.

HSL color Cylindrical-coordinate representation of color #926663: hue angle of 3.83º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #926663 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 102 99 -
CMYK 0 0.30 0.32 0.43
HSL 3.83º 0.19% 0.48% -
HSV(B) 3.83º 0.32% 0.57% -
XYZ 18.86 16.51 14 -
YUV 114.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 146 102 99 0 0.30 0.32 0.43 3.83 0.19 0.48
Hex 92 66 63 0 1E 20 2B 4 13 30
Octal 222 146 143 0 36 40 53 4 23 60
Binary 10010010 1100110 1100011 0 11110 100000 101011 100 10011 110000

Color Harmonies of #926663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926663

Black with #926663

Text Example


Text Example

White with #926663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926663; }

 p { color: rgb(146,102,99); }

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

background-color css

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

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

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

border-color css

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

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

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