Html Css Color HEX #9C726F Copper Rose

📋 copy color: '#9C726F'

red 156 ◦ green 114 ◦ blue 111

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

Shades of Copper Rose #9C726F

Tints of Copper Rose #9C726F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.92%

 BLUE value IS 111 (43.75% from 255) = 29.13%

R = 40.94%
G = 29.92%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C726F (or 0x9C726F) is known color: Copper Rose. HEX triplet: 9C, 72 and 6F. RGB value is (156,114,111). Sum of RGB (Red+Green+Blue) = 156+114+111=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 156 - color contains mainly: red. Hex color #9C726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C726F is #638D90. Grayscale: #7E7E7E. Windows color (decimal): -6524305 or 7303836. OLE color: 7303836.

HSL color Cylindrical-coordinate representation of color #9C726F: hue angle of 4º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C726F is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 114 111 -
CMYK 0 0.27 0.29 0.39
HSL 0.19% 0.52% -
HSV(B) 0.29% 0.61% -
XYZ 22.6 20.25 17.76 -
YUV 126.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 156 114 111 0 0.27 0.29 0.39 4 0.19 0.52
Hex 9C 72 6F 0 1B 1D 27 4 13 34
Octal 234 162 157 0 33 35 47 4 23 64
Binary 10011100 1110010 1101111 0 11011 11101 100111 100 10011 110100

Color Harmonies of #9C726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C726F

Black with #9C726F

Text Example


Text Example

White with #9C726F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,114,111); }

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

background-color css

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

 a { background-color: rgb(156,114,111); }

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

border-color css

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

 span { border-color: rgb(156,114,111); }

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