Html Css Color HEX #91564B Copper Rust

📋 copy color: '#91564B'

red 145 ◦ green 86 ◦ blue 75

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

Shades of Copper Rust #91564B

Tints of Copper Rust #91564B

RGB

 RED value IS 145 (57.03% from 255) = 47.39%

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

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

R = 47.39%
G = 28.1%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#91564B (or 0x91564B) is known color: Copper Rust. HEX triplet: 91, 56 and 4B. RGB value is (145,86,75). Sum of RGB (Red+Green+Blue) = 145+86+75=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #91564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91564B is #6EA9B4. Grayscale: #666666. Windows color (decimal): -7252405 or 4937361. OLE color: 4937361.

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

Color convert

RGB 145 86 75 -
CMYK 0 0.41 0.48 0.43
HSL 9.43º 0.32% 0.43% -
HSV(B) 9.43º 0.48% 0.57% -
XYZ 16.27 13.18 8.34 -
YUV 102.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 145 86 75 0 0.41 0.48 0.43 9.43 0.32 0.43
Hex 91 56 4B 0 29 30 2B 9 20 2B
Octal 221 126 113 0 51 60 53 11 40 53
Binary 10010001 1010110 1001011 0 101001 110000 101011 1001 100000 101011

Color Harmonies of #91564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91564B

Black with #91564B

Text Example


Text Example

White with #91564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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