Html Css Color HEX #9D6764 Copper Rose

📋 copy color: '#9D6764'

red 157 ◦ green 103 ◦ blue 100

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

Shades of Copper Rose #9D6764

Tints of Copper Rose #9D6764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.61%

 BLUE value IS 100 (39.45% from 255) = 27.78%

R = 43.61%
G = 28.61%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9D6764 (or 0x9D6764) is known color: Copper Rose. HEX triplet: 9D, 67 and 64. RGB value is (157,103,100). Sum of RGB (Red+Green+Blue) = 157+103+100=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6764 is #62989B. Grayscale: #767676. Windows color (decimal): -6461596 or 6580125. OLE color: 6580125.

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

Color convert

RGB 157 103 100 -
CMYK 0 0.34 0.36 0.38
HSL 3.16º 0.23% 0.5% -
HSV(B) 3.16º 0.36% 0.62% -
XYZ 21.06 17.79 14.38 -
YUV 118.8 117.39 155.24 -
System Red Green Blue C M Y K H S L
Decimal 157 103 100 0 0.34 0.36 0.38 3.16 0.23 0.5
Hex 9D 67 64 0 22 24 26 3 17 32
Octal 235 147 144 0 42 44 46 3 27 62
Binary 10011101 1100111 1100100 0 100010 100100 100110 11 10111 110010

Color Harmonies of #9D6764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6764

Black with #9D6764

Text Example


Text Example

White with #9D6764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,103,100); }

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

background-color css

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

 a { background-color: rgb(157,103,100); }

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

border-color css

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

 span { border-color: rgb(157,103,100); }

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