Html Css Color HEX #956767 Copper Rose

📋 copy color: '#956767'

red 149 ◦ green 103 ◦ blue 103

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

Shades of Copper Rose #956767

Tints of Copper Rose #956767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.01%

R = 41.97%
G = 29.01%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#956767 (or 0x956767) is known color: Copper Rose. HEX triplet: 95, 67 and 67. RGB value is (149,103,103). Sum of RGB (Red+Green+Blue) = 149+103+103=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #956767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956767 is #6A9898. Grayscale: #747474. Windows color (decimal): -6985881 or 6776725. OLE color: 6776725.

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

Color convert

RGB 149 103 103 -
CMYK 0 0.31 0.31 0.42
HSL 0.18% 0.49% -
HSV(B) 0.31% 0.58% -
XYZ 19.69 17.07 15.09 -
YUV 116.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 149 103 103 0 0.31 0.31 0.42 0 0.18 0.49
Hex 95 67 67 0 1F 1F 2A 0 12 31
Octal 225 147 147 0 37 37 52 0 22 61
Binary 10010101 1100111 1100111 0 11111 11111 101010 0 10010 110001

Color Harmonies of #956767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956767

Black with #956767

Text Example


Text Example

White with #956767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956767; }

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

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

background-color css

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

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

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

border-color css

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

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

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