Html Css Color HEX #9A706D Copper Rose

📋 copy color: '#9A706D'

red 154 ◦ green 112 ◦ blue 109

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

Shades of Copper Rose #9A706D

Tints of Copper Rose #9A706D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 41.07%
G = 29.87%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#9A706D (or 0x9A706D) is known color: Copper Rose. HEX triplet: 9A, 70 and 6D. RGB value is (154,112,109). Sum of RGB (Red+Green+Blue) = 154+112+109=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 154 - color contains mainly: red. Hex color #9A706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A706D is #658F92. Grayscale: #7C7C7C. Windows color (decimal): -6655891 or 7172250. OLE color: 7172250.

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

Color convert

RGB 154 112 109 -
CMYK 0 0.27 0.29 0.40
HSL 0.18% 0.52% -
HSV(B) 0.29% 0.6% -
XYZ 21.88 19.56 17.09 -
YUV 124.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 154 112 109 0 0.27 0.29 0.40 4 0.18 0.52
Hex 9A 70 6D 0 1B 1D 28 4 12 34
Octal 232 160 155 0 33 35 50 4 22 64
Binary 10011010 1110000 1101101 0 11011 11101 101000 100 10010 110100

Color Harmonies of #9A706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A706D

Black with #9A706D

Text Example


Text Example

White with #9A706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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