Html Css Color HEX #925650 Copper Rust

📋 copy color: '#925650'

red 146 ◦ green 86 ◦ blue 80

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

Shades of Copper Rust #925650

Tints of Copper Rust #925650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.56%

 BLUE value IS 80 (31.64% from 255) = 25.64%

R = 46.79%
G = 27.56%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#925650 (or 0x925650) is known color: Copper Rust. HEX triplet: 92, 56 and 50. RGB value is (146,86,80). Sum of RGB (Red+Green+Blue) = 146+86+80=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #925650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925650 is #6DA9AF. Grayscale: #676767. Windows color (decimal): -7186864 or 5265042. OLE color: 5265042.

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

Color convert

RGB 146 86 80 -
CMYK 0 0.41 0.45 0.43
HSL 5.45º 0.29% 0.44% -
HSV(B) 5.45º 0.45% 0.57% -
XYZ 16.63 13.35 9.29 -
YUV 103.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 146 86 80 0 0.41 0.45 0.43 5.45 0.29 0.44
Hex 92 56 50 0 29 2D 2B 5 1D 2C
Octal 222 126 120 0 51 55 53 5 35 54
Binary 10010010 1010110 1010000 0 101001 101101 101011 101 11101 101100

Color Harmonies of #925650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925650

Black with #925650

Text Example


Text Example

White with #925650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925650; }

 p { color: rgb(146,86,80); }

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

background-color css

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

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

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

border-color css

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

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

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