Html Css Color HEX #926363 Copper Rose

📋 copy color: '#926363'

red 146 ◦ green 99 ◦ blue 99

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

Shades of Copper Rose #926363

Tints of Copper Rose #926363

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.78%

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

R = 42.44%
G = 28.78%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#926363 (or 0x926363) is known color: Copper Rose. HEX triplet: 92, 63 and 63. RGB value is (146,99,99). Sum of RGB (Red+Green+Blue) = 146+99+99=344 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.44% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 146 - color contains mainly: red. Hex color #926363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926363 is #6D9C9C. Grayscale: #717171. Windows color (decimal): -7183517 or 6513554. OLE color: 6513554.

HSL color Cylindrical-coordinate representation of color #926363: hue angle of 0º 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 #926363 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 99 99 -
CMYK 0 0.32 0.32 0.43
HSL 0.19% 0.48% -
HSV(B) 0.32% 0.57% -
XYZ 18.57 15.94 13.9 -
YUV 113.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 146 99 99 0 0.32 0.32 0.43 0 0.19 0.48
Hex 92 63 63 0 20 20 2B 0 13 30
Octal 222 143 143 0 40 40 53 0 23 60
Binary 10010010 1100011 1100011 0 100000 100000 101011 0 10011 110000

Color Harmonies of #926363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926363

Black with #926363

Text Example


Text Example

White with #926363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926363; }

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

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

background-color css

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

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

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

border-color css

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

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

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