Html Css Color HEX #9D6665 Copper Rose

📋 copy color: '#9D6665'

red 157 ◦ green 102 ◦ blue 101

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

Shades of Copper Rose #9D6665

Tints of Copper Rose #9D6665

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.33%

 BLUE value IS 101 (39.84% from 255) = 28.06%

R = 43.61%
G = 28.33%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9D6665 (or 0x9D6665) is known color: Copper Rose. HEX triplet: 9D, 66 and 65. RGB value is (157,102,101). Sum of RGB (Red+Green+Blue) = 157+102+101=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6665 is #62999A. Grayscale: #767676. Windows color (decimal): -6461851 or 6645405. OLE color: 6645405.

HSL color Cylindrical-coordinate representation of color #9D6665: hue angle of 1.07º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D6665 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 102 101 -
CMYK 0 0.35 0.36 0.38
HSL 1.07º 0.22% 0.51% -
HSV(B) 1.07º 0.36% 0.62% -
XYZ 21 17.61 14.6 -
YUV 118.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 157 102 101 0 0.35 0.36 0.38 1.07 0.22 0.51
Hex 9D 66 65 0 23 24 26 1 16 33
Octal 235 146 145 0 43 44 46 1 26 63
Binary 10011101 1100110 1100101 0 100011 100100 100110 1 10110 110011

Color Harmonies of #9D6665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6665

Black with #9D6665

Text Example


Text Example

White with #9D6665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,102,101); }

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

background-color css

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

 a { background-color: rgb(157,102,101); }

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

border-color css

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

 span { border-color: rgb(157,102,101); }

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