Html Css Color HEX #9F6D6D Copper Rose

📋 copy color: '#9F6D6D'

red 159 ◦ green 109 ◦ blue 109

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

Shades of Copper Rose #9F6D6D

Tints of Copper Rose #9F6D6D

RGB

 RED value IS 159 (62.5% from 255) = 42.18%

 GREEN value IS 109 (42.97% from 255) = 28.91%

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

R = 42.18%
G = 28.91%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F6D6D (or 0x9F6D6D) is known color: Copper Rose. HEX triplet: 9F, 6D and 6D. RGB value is (159,109,109). Sum of RGB (Red+Green+Blue) = 159+109+109=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6D6D is #609292. Grayscale: #7B7B7B. Windows color (decimal): -6328979 or 7171487. OLE color: 7171487.

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

Color convert

RGB 159 109 109 -
CMYK 0 0.31 0.31 0.38
HSL 0.21% 0.53% -
HSV(B) 0.31% 0.62% -
XYZ 22.53 19.41 17.03 -
YUV 123.95 119.57 153 -
System Red Green Blue C M Y K H S L
Decimal 159 109 109 0 0.31 0.31 0.38 0 0.21 0.53
Hex 9F 6D 6D 0 1F 1F 26 0 15 35
Octal 237 155 155 0 37 37 46 0 25 65
Binary 10011111 1101101 1101101 0 11111 11111 100110 0 10101 110101

Color Harmonies of #9F6D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6D6D

Black with #9F6D6D

Text Example


Text Example

White with #9F6D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,109,109); }

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

background-color css

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

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

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

border-color css

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

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

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