Html Css Color HEX #956965 Copper Rose

📋 copy color: '#956965'

red 149 ◦ green 105 ◦ blue 101

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

Shades of Copper Rose #956965

Tints of Copper Rose #956965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.58%

 BLUE value IS 101 (39.84% from 255) = 28.45%

R = 41.97%
G = 29.58%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#956965 (or 0x956965) is known color: Copper Rose. HEX triplet: 95, 69 and 65. RGB value is (149,105,101). Sum of RGB (Red+Green+Blue) = 149+105+101=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #956965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956965 is #6A969A. Grayscale: #757575. Windows color (decimal): -6985371 or 6646165. OLE color: 6646165.

HSL color Cylindrical-coordinate representation of color #956965: hue angle of 5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956965 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 105 101 -
CMYK 0 0.30 0.32 0.42
HSL 0.19% 0.49% -
HSV(B) 0.32% 0.58% -
XYZ 19.79 17.43 14.63 -
YUV 117.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 149 105 101 0 0.30 0.32 0.42 5 0.19 0.49
Hex 95 69 65 0 1E 20 2A 5 13 31
Octal 225 151 145 0 36 40 52 5 23 61
Binary 10010101 1101001 1100101 0 11110 100000 101010 101 10011 110001

Color Harmonies of #956965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956965

Black with #956965

Text Example


Text Example

White with #956965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956965; }

 p { color: rgb(149,105,101); }

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

background-color css

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

 a { background-color: rgb(149,105,101); }

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

border-color css

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

 span { border-color: rgb(149,105,101); }

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