Html Css Color HEX #95706D Copper Rose

📋 copy color: '#95706D'

red 149 ◦ green 112 ◦ blue 109

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

Shades of Copper Rose #95706D

Tints of Copper Rose #95706D

RGB

 RED value IS 149 (58.59% from 255) = 40.27%

 GREEN value IS 112 (44.14% from 255) = 30.27%

 BLUE value IS 109 (42.97% from 255) = 29.46%

R = 40.27%
G = 30.27%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95706D (or 0x95706D) is known color: Copper Rose. HEX triplet: 95, 70 and 6D. RGB value is (149,112,109). Sum of RGB (Red+Green+Blue) = 149+112+109=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #95706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95706D is #6A8F92. Grayscale: #7A7A7A. Windows color (decimal): -6983571 or 7172245. OLE color: 7172245.

HSL color Cylindrical-coordinate representation of color #95706D: hue angle of 4.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95706D is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 112 109 -
CMYK 0 0.25 0.27 0.42
HSL 4.5º 0.16% 0.51% -
HSV(B) 4.5º 0.27% 0.58% -
XYZ 20.95 19.08 17.05 -
YUV 122.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 149 112 109 0 0.25 0.27 0.42 4.5 0.16 0.51
Hex 95 70 6D 0 19 1B 2A 4 10 33
Octal 225 160 155 0 31 33 52 4 20 63
Binary 10010101 1110000 1101101 0 11001 11011 101010 100 10000 110011

Color Harmonies of #95706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95706D

Black with #95706D

Text Example


Text Example

White with #95706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95706D; }

 p { color: rgb(149,112,109); }

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

background-color css

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

 a { background-color: rgb(149,112,109); }

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

border-color css

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

 span { border-color: rgb(149,112,109); }

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