Html Css Color HEX #956B67 Copper Rose

📋 copy color: '#956B67'

red 149 ◦ green 107 ◦ blue 103

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

Shades of Copper Rose #956B67

Tints of Copper Rose #956B67

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.81%

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

R = 41.5%
G = 29.81%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#956B67 (or 0x956B67) is known color: Copper Rose. HEX triplet: 95, 6B and 67. RGB value is (149,107,103). Sum of RGB (Red+Green+Blue) = 149+107+103=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #956B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B67 is #6A9498. Grayscale: #777777. Windows color (decimal): -6984857 or 6777749. OLE color: 6777749.

HSL color Cylindrical-coordinate representation of color #956B67: hue angle of 5.22º 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 #956B67 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 107 103 -
CMYK 0 0.28 0.31 0.42
HSL 5.22º 0.18% 0.49% -
HSV(B) 5.22º 0.31% 0.58% -
XYZ 20.1 17.88 15.22 -
YUV 119.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 149 107 103 0 0.28 0.31 0.42 5.22 0.18 0.49
Hex 95 6B 67 0 1C 1F 2A 5 12 31
Octal 225 153 147 0 34 37 52 5 22 61
Binary 10010101 1101011 1100111 0 11100 11111 101010 101 10010 110001

Color Harmonies of #956B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B67

Black with #956B67

Text Example


Text Example

White with #956B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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