Html Css Color HEX #926464 Copper Rose

📋 copy color: '#926464'

red 146 ◦ green 100 ◦ blue 100

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

Shades of Copper Rose #926464

Tints of Copper Rose #926464

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.9%

 BLUE value IS 100 (39.45% from 255) = 28.9%

R = 42.2%
G = 28.9%
B = 28.9%

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

#926464 (or 0x926464) is known color: Copper Rose. HEX triplet: 92, 64 and 64. RGB value is (146,100,100). Sum of RGB (Red+Green+Blue) = 146+100+100=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #926464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926464 is #6D9B9B. Grayscale: #717171. Windows color (decimal): -7183260 or 6579346. OLE color: 6579346.

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

Color convert

RGB 146 100 100 -
CMYK 0 0.32 0.32 0.43
HSL 0.19% 0.48% -
HSV(B) 0.32% 0.57% -
XYZ 18.71 16.15 14.19 -
YUV 113.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 146 100 100 0 0.32 0.32 0.43 0 0.19 0.48
Hex 92 64 64 0 20 20 2B 0 13 30
Octal 222 144 144 0 40 40 53 0 23 60
Binary 10010010 1100100 1100100 0 100000 100000 101011 0 10011 110000

Color Harmonies of #926464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926464

Black with #926464

Text Example


Text Example

White with #926464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926464; }

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

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

background-color css

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

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

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

border-color css

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

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

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