Html Css Color HEX #99564A Copper Rust

📋 copy color: '#99564A'

red 153 ◦ green 86 ◦ blue 74

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

Shades of Copper Rust #99564A

Tints of Copper Rust #99564A

RGB

 RED value IS 153 (60.16% from 255) = 48.88%

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

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

R = 48.88%
G = 27.48%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#99564A (or 0x99564A) is known color: Copper Rust. HEX triplet: 99, 56 and 4A. RGB value is (153,86,74). Sum of RGB (Red+Green+Blue) = 153+86+74=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99564A is #66A9B5. Grayscale: #686868. Windows color (decimal): -6728118 or 4871833. OLE color: 4871833.

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

Color convert

RGB 153 86 74 -
CMYK 0 0.44 0.52 0.4
HSL 9.11º 0.35% 0.45% -
HSV(B) 9.11º 0.52% 0.6% -
XYZ 17.7 13.92 8.23 -
YUV 104.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 153 86 74 0 0.44 0.52 0.4 9.11 0.35 0.45
Hex 99 56 4A 0 2C 34 28 9 23 2D
Octal 231 126 112 0 54 64 50 11 43 55
Binary 10011001 1010110 1001010 0 101100 110100 101000 1001 100011 101101

Color Harmonies of #99564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99564A

Black with #99564A

Text Example


Text Example

White with #99564A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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