Html Css Color HEX #956764 Copper Rose

📋 copy color: '#956764'

red 149 ◦ green 103 ◦ blue 100

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

Shades of Copper Rose #956764

Tints of Copper Rose #956764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.26%

 BLUE value IS 100 (39.45% from 255) = 28.41%

R = 42.33%
G = 29.26%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#956764 (or 0x956764) is known color: Copper Rose. HEX triplet: 95, 67 and 64. RGB value is (149,103,100). Sum of RGB (Red+Green+Blue) = 149+103+100=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #956764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956764 is #6A989B. Grayscale: #747474. Windows color (decimal): -6985884 or 6580117. OLE color: 6580117.

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

Color convert

RGB 149 103 100 -
CMYK 0 0.31 0.33 0.42
HSL 3.67º 0.2% 0.49% -
HSV(B) 3.67º 0.33% 0.58% -
XYZ 19.54 17.01 14.31 -
YUV 116.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 149 103 100 0 0.31 0.33 0.42 3.67 0.2 0.49
Hex 95 67 64 0 1F 21 2A 4 14 31
Octal 225 147 144 0 37 41 52 4 24 61
Binary 10010101 1100111 1100100 0 11111 100001 101010 100 10100 110001

Color Harmonies of #956764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956764

Black with #956764

Text Example


Text Example

White with #956764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956764; }

 p { color: rgb(149,103,100); }

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

background-color css

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

 a { background-color: rgb(149,103,100); }

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

border-color css

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

 span { border-color: rgb(149,103,100); }

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