Html Css Color HEX #9C6561 Copper Rose

📋 copy color: '#9C6561'

red 156 ◦ green 101 ◦ blue 97

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

Shades of Copper Rose #9C6561

Tints of Copper Rose #9C6561

RGB

 RED value IS 156 (61.33% from 255) = 44.07%

 GREEN value IS 101 (39.84% from 255) = 28.53%

 BLUE value IS 97 (38.28% from 255) = 27.4%

R = 44.07%
G = 28.53%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9C6561 (or 0x9C6561) is known color: Copper Rose. HEX triplet: 9C, 65 and 61. RGB value is (156,101,97). Sum of RGB (Red+Green+Blue) = 156+101+97=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6561 is #639A9E. Grayscale: #757575. Windows color (decimal): -6527647 or 6383004. OLE color: 6383004.

HSL color Cylindrical-coordinate representation of color #9C6561: hue angle of 4.07º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6561 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 101 97 -
CMYK 0 0.35 0.38 0.39
HSL 4.07º 0.23% 0.5% -
HSV(B) 4.07º 0.38% 0.61% -
XYZ 20.52 17.24 13.55 -
YUV 116.99 116.72 155.83 -
System Red Green Blue C M Y K H S L
Decimal 156 101 97 0 0.35 0.38 0.39 4.07 0.23 0.5
Hex 9C 65 61 0 23 26 27 4 17 32
Octal 234 145 141 0 43 46 47 4 27 62
Binary 10011100 1100101 1100001 0 100011 100110 100111 100 10111 110010

Color Harmonies of #9C6561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6561

Black with #9C6561

Text Example


Text Example

White with #9C6561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C6561; }

 p { color: rgb(156,101,97); }

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

background-color css

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

 a { background-color: rgb(156,101,97); }

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

border-color css

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

 span { border-color: rgb(156,101,97); }

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