Html Css Color HEX #9A716D Copper Rose

📋 copy color: '#9A716D'

red 154 ◦ green 113 ◦ blue 109

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

Shades of Copper Rose #9A716D

Tints of Copper Rose #9A716D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.05%

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

R = 40.96%
G = 30.05%
B = 28.99%

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

#9A716D (or 0x9A716D) is known color: Copper Rose. HEX triplet: 9A, 71 and 6D. RGB value is (154,113,109). Sum of RGB (Red+Green+Blue) = 154+113+109=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 154 - color contains mainly: red. Hex color #9A716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A716D is #658E92. Grayscale: #7C7C7C. Windows color (decimal): -6655635 or 7172506. OLE color: 7172506.

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

Color convert

RGB 154 113 109 -
CMYK 0 0.27 0.29 0.40
HSL 5.33º 0.18% 0.52% -
HSV(B) 5.33º 0.29% 0.6% -
XYZ 21.99 19.78 17.13 -
YUV 124.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 154 113 109 0 0.27 0.29 0.40 5.33 0.18 0.52
Hex 9A 71 6D 0 1B 1D 28 5 12 34
Octal 232 161 155 0 33 35 50 5 22 64
Binary 10011010 1110001 1101101 0 11011 11101 101000 101 10010 110100

Color Harmonies of #9A716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A716D

Black with #9A716D

Text Example


Text Example

White with #9A716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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