Html Css Color HEX #98564B Copper Rust

📋 copy color: '#98564B'

red 152 ◦ green 86 ◦ blue 75

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

Shades of Copper Rust #98564B

Tints of Copper Rust #98564B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.96%

R = 48.56%
G = 27.48%
B = 23.96%

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

#98564B (or 0x98564B) is known color: Copper Rust. HEX triplet: 98, 56 and 4B. RGB value is (152,86,75). Sum of RGB (Red+Green+Blue) = 152+86+75=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98564B is #67A9B4. Grayscale: #686868. Windows color (decimal): -6793653 or 4937368. OLE color: 4937368.

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

Color convert

RGB 152 86 75 -
CMYK 0 0.43 0.51 0.40
HSL 8.57º 0.34% 0.45% -
HSV(B) 8.57º 0.51% 0.6% -
XYZ 17.55 13.84 8.4 -
YUV 104.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 152 86 75 0 0.43 0.51 0.40 8.57 0.34 0.45
Hex 98 56 4B 0 2B 33 28 9 22 2D
Octal 230 126 113 0 53 63 50 11 42 55
Binary 10011000 1010110 1001011 0 101011 110011 101000 1001 100010 101101

Color Harmonies of #98564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98564B

Black with #98564B

Text Example


Text Example

White with #98564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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