Html Css Color HEX #9D706D Copper Rose

📋 copy color: '#9D706D'

red 157 ◦ green 112 ◦ blue 109

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

Shades of Copper Rose #9D706D

Tints of Copper Rose #9D706D

RGB

 RED value IS 157 (61.72% from 255) = 41.53%

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

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

R = 41.53%
G = 29.63%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D706D (or 0x9D706D) is known color: Copper Rose. HEX triplet: 9D, 70 and 6D. RGB value is (157,112,109). Sum of RGB (Red+Green+Blue) = 157+112+109=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D706D is #628F92. Grayscale: #7D7D7D. Windows color (decimal): -6459283 or 7172253. OLE color: 7172253.

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

Color convert

RGB 157 112 109 -
CMYK 0 0.29 0.31 0.38
HSL 3.75º 0.2% 0.52% -
HSV(B) 3.75º 0.31% 0.62% -
XYZ 22.46 19.86 17.12 -
YUV 125.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 157 112 109 0 0.29 0.31 0.38 3.75 0.2 0.52
Hex 9D 70 6D 0 1D 1F 26 4 14 34
Octal 235 160 155 0 35 37 46 4 24 64
Binary 10011101 1110000 1101101 0 11101 11111 100110 100 10100 110100

Color Harmonies of #9D706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D706D

Black with #9D706D

Text Example


Text Example

White with #9D706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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