Html Css Color HEX #9A706F Copper Rose

📋 copy color: '#9A706F'

red 154 ◦ green 112 ◦ blue 111

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

Shades of Copper Rose #9A706F

Tints of Copper Rose #9A706F

RGB

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

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

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

R = 40.85%
G = 29.71%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#9A706F (or 0x9A706F) is known color: Copper Rose. HEX triplet: 9A, 70 and 6F. RGB value is (154,112,111). Sum of RGB (Red+Green+Blue) = 154+112+111=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A706F is #658F90. Grayscale: #7C7C7C. Windows color (decimal): -6655889 or 7303322. OLE color: 7303322.

HSL color Cylindrical-coordinate representation of color #9A706F: hue angle of 1.4º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A706F is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 112 111 -
CMYK 0 0.27 0.28 0.40
HSL 1.4º 0.18% 0.52% -
HSV(B) 1.4º 0.28% 0.6% -
XYZ 21.99 19.61 17.66 -
YUV 124.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 154 112 111 0 0.27 0.28 0.40 1.4 0.18 0.52
Hex 9A 70 6F 0 1B 1C 28 1 12 34
Octal 232 160 157 0 33 34 50 1 22 64
Binary 10011010 1110000 1101111 0 11011 11100 101000 1 10010 110100

Color Harmonies of #9A706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A706F

Black with #9A706F

Text Example


Text Example

White with #9A706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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