Html Css Color HEX #956C69 Copper Rose

📋 copy color: '#956C69'

red 149 ◦ green 108 ◦ blue 105

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

Shades of Copper Rose #956C69

Tints of Copper Rose #956C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.83%

 BLUE value IS 105 (41.41% from 255) = 29.01%

R = 41.16%
G = 29.83%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#956C69 (or 0x956C69) is known color: Copper Rose. HEX triplet: 95, 6C and 69. RGB value is (149,108,105). Sum of RGB (Red+Green+Blue) = 149+108+105=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #956C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C69 is #6A9396. Grayscale: #777777. Windows color (decimal): -6984599 or 6909077. OLE color: 6909077.

HSL color Cylindrical-coordinate representation of color #956C69: hue angle of 4.09º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956C69 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 108 105 -
CMYK 0 0.28 0.30 0.42
HSL 4.09º 0.17% 0.5% -
HSV(B) 4.09º 0.3% 0.58% -
XYZ 20.31 18.13 15.79 -
YUV 119.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 149 108 105 0 0.28 0.30 0.42 4.09 0.17 0.5
Hex 95 6C 69 0 1C 1E 2A 4 11 32
Octal 225 154 151 0 34 36 52 4 21 62
Binary 10010101 1101100 1101001 0 11100 11110 101010 100 10001 110010

Color Harmonies of #956C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956C69

Black with #956C69

Text Example


Text Example

White with #956C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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