Html Css Color HEX #9C706C Copper Rose

📋 copy color: '#9C706C'

red 156 ◦ green 112 ◦ blue 108

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

Shades of Copper Rose #9C706C

Tints of Copper Rose #9C706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.72%

R = 41.49%
G = 29.79%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C706C (or 0x9C706C) is known color: Copper Rose. HEX triplet: 9C, 70 and 6C. RGB value is (156,112,108). Sum of RGB (Red+Green+Blue) = 156+112+108=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C706C is #638F93. Grayscale: #7C7C7C. Windows color (decimal): -6524820 or 7106716. OLE color: 7106716.

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

Color convert

RGB 156 112 108 -
CMYK 0 0.28 0.31 0.39
HSL 0.2% 0.52% -
HSV(B) 0.31% 0.61% -
XYZ 22.21 19.74 16.83 -
YUV 124.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 156 112 108 0 0.28 0.31 0.39 5 0.2 0.52
Hex 9C 70 6C 0 1C 1F 27 5 14 34
Octal 234 160 154 0 34 37 47 5 24 64
Binary 10011100 1110000 1101100 0 11100 11111 100111 101 10100 110100

Color Harmonies of #9C706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C706C

Black with #9C706C

Text Example


Text Example

White with #9C706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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