Html Css Color HEX #925653 Copper Rust

📋 copy color: '#925653'

red 146 ◦ green 86 ◦ blue 83

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

Shades of Copper Rust #925653

Tints of Copper Rust #925653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.35%

R = 46.35%
G = 27.3%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#925653 (or 0x925653) is known color: Copper Rust. HEX triplet: 92, 56 and 53. RGB value is (146,86,83). Sum of RGB (Red+Green+Blue) = 146+86+83=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #925653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925653 is #6DA9AC. Grayscale: #676767. Windows color (decimal): -7186861 or 5461650. OLE color: 5461650.

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

Color convert

RGB 146 86 83 -
CMYK 0 0.41 0.43 0.43
HSL 2.86º 0.28% 0.45% -
HSV(B) 2.86º 0.43% 0.57% -
XYZ 16.74 13.39 9.89 -
YUV 103.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 146 86 83 0 0.41 0.43 0.43 2.86 0.28 0.45
Hex 92 56 53 0 29 2B 2B 3 1C 2D
Octal 222 126 123 0 51 53 53 3 34 55
Binary 10010010 1010110 1010011 0 101001 101011 101011 11 11100 101101

Color Harmonies of #925653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925653

Black with #925653

Text Example


Text Example

White with #925653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925653; }

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

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

background-color css

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

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

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

border-color css

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

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

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