Html Css Color HEX #9C706E Copper Rose

📋 copy color: '#9C706E'

red 156 ◦ green 112 ◦ blue 110

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

Shades of Copper Rose #9C706E

Tints of Copper Rose #9C706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.63%

 BLUE value IS 110 (43.36% from 255) = 29.1%

R = 41.27%
G = 29.63%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C706E (or 0x9C706E) is known color: Copper Rose. HEX triplet: 9C, 70 and 6E. RGB value is (156,112,110). Sum of RGB (Red+Green+Blue) = 156+112+110=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C706E is #638F91. Grayscale: #7C7C7C. Windows color (decimal): -6524818 or 7237788. OLE color: 7237788.

HSL color Cylindrical-coordinate representation of color #9C706E: hue angle of 2.61º 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 #9C706E is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 112 110 -
CMYK 0 0.28 0.29 0.39
HSL 2.61º 0.19% 0.52% -
HSV(B) 2.61º 0.29% 0.61% -
XYZ 22.32 19.78 17.39 -
YUV 124.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 156 112 110 0 0.28 0.29 0.39 2.61 0.19 0.52
Hex 9C 70 6E 0 1C 1D 27 3 13 34
Octal 234 160 156 0 34 35 47 3 23 64
Binary 10011100 1110000 1101110 0 11100 11101 100111 11 10011 110100

Color Harmonies of #9C706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C706E

Black with #9C706E

Text Example


Text Example

White with #9C706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,112,110); }

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

background-color css

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

 a { background-color: rgb(156,112,110); }

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

border-color css

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

 span { border-color: rgb(156,112,110); }

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