Html Css Color HEX #9A706C Copper Rose

📋 copy color: '#9A706C'

red 154 ◦ green 112 ◦ blue 108

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

Shades of Copper Rose #9A706C

Tints of Copper Rose #9A706C

RGB

 RED value IS 154 (60.55% from 255) = 41.18%

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

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

R = 41.18%
G = 29.95%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#9A706C (or 0x9A706C) is known color: Copper Rose. HEX triplet: 9A, 70 and 6C. RGB value is (154,112,108). Sum of RGB (Red+Green+Blue) = 154+112+108=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 154 - color contains mainly: red. Hex color #9A706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A706C is #658F93. Grayscale: #7C7C7C. Windows color (decimal): -6655892 or 7106714. OLE color: 7106714.

HSL color Cylindrical-coordinate representation of color #9A706C: hue angle of 5.22º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A706C is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 112 108 -
CMYK 0 0.27 0.30 0.40
HSL 5.22º 0.19% 0.51% -
HSV(B) 5.22º 0.3% 0.6% -
XYZ 21.83 19.54 16.81 -
YUV 124.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 154 112 108 0 0.27 0.30 0.40 5.22 0.19 0.51
Hex 9A 70 6C 0 1B 1E 28 5 13 33
Octal 232 160 154 0 33 36 50 5 23 63
Binary 10011010 1110000 1101100 0 11011 11110 101000 101 10011 110011

Color Harmonies of #9A706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A706C

Black with #9A706C

Text Example


Text Example

White with #9A706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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