Html Css Color HEX #98564A Copper Rust

📋 copy color: '#98564A'

red 152 ◦ green 86 ◦ blue 74

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

Shades of Copper Rust #98564A

Tints of Copper Rust #98564A

RGB

 RED value IS 152 (59.77% from 255) = 48.72%

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

 BLUE value IS 74 (29.3% from 255) = 23.72%

R = 48.72%
G = 27.56%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#98564A (or 0x98564A) is known color: Copper Rust. HEX triplet: 98, 56 and 4A. RGB value is (152,86,74). Sum of RGB (Red+Green+Blue) = 152+86+74=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98564A is #67A9B5. Grayscale: #686868. Windows color (decimal): -6793654 or 4871832. OLE color: 4871832.

HSL color Cylindrical-coordinate representation of color #98564A: hue angle of 9.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98564A is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 86 74 -
CMYK 0 0.43 0.51 0.40
HSL 9.23º 0.35% 0.44% -
HSV(B) 9.23º 0.51% 0.6% -
XYZ 17.51 13.83 8.22 -
YUV 104.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 152 86 74 0 0.43 0.51 0.40 9.23 0.35 0.44
Hex 98 56 4A 0 2B 33 28 9 23 2C
Octal 230 126 112 0 53 63 50 11 43 54
Binary 10011000 1010110 1001010 0 101011 110011 101000 1001 100011 101100

Color Harmonies of #98564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98564A

Black with #98564A

Text Example


Text Example

White with #98564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98564A; }

 p { color: rgb(152,86,74); }

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

background-color css

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

 a { background-color: rgb(152,86,74); }

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

border-color css

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

 span { border-color: rgb(152,86,74); }

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