Html Css Color HEX #956362 Copper Rose

📋 copy color: '#956362'

red 149 ◦ green 99 ◦ blue 98

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

Shades of Copper Rose #956362

Tints of Copper Rose #956362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.61%

 BLUE value IS 98 (38.67% from 255) = 28.32%

R = 43.06%
G = 28.61%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#956362 (or 0x956362) is known color: Copper Rose. HEX triplet: 95, 63 and 62. RGB value is (149,99,98). Sum of RGB (Red+Green+Blue) = 149+99+98=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #956362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956362 is #6A9C9D. Grayscale: #717171. Windows color (decimal): -6986910 or 6448021. OLE color: 6448021.

HSL color Cylindrical-coordinate representation of color #956362: hue angle of 1.18º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956362 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 99 98 -
CMYK 0 0.34 0.34 0.42
HSL 1.18º 0.21% 0.48% -
HSV(B) 1.18º 0.34% 0.58% -
XYZ 19.06 16.2 13.68 -
YUV 113.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 149 99 98 0 0.34 0.34 0.42 1.18 0.21 0.48
Hex 95 63 62 0 22 22 2A 1 15 30
Octal 225 143 142 0 42 42 52 1 25 60
Binary 10010101 1100011 1100010 0 100010 100010 101010 1 10101 110000

Color Harmonies of #956362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956362

Black with #956362

Text Example


Text Example

White with #956362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956362; }

 p { color: rgb(149,99,98); }

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

background-color css

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

 a { background-color: rgb(149,99,98); }

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

border-color css

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

 span { border-color: rgb(149,99,98); }

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