Html Css Color HEX #9F6C69 Copper Rose

📋 copy color: '#9F6C69'

red 159 ◦ green 108 ◦ blue 105

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

Shades of Copper Rose #9F6C69

Tints of Copper Rose #9F6C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.03%

 BLUE value IS 105 (41.41% from 255) = 28.23%

R = 42.74%
G = 29.03%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9F6C69 (or 0x9F6C69) is known color: Copper Rose. HEX triplet: 9F, 6C and 69. RGB value is (159,108,105). Sum of RGB (Red+Green+Blue) = 159+108+105=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6C69 is #609396. Grayscale: #7A7A7A. Windows color (decimal): -6329239 or 6909087. OLE color: 6909087.

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

Color convert

RGB 159 108 105 -
CMYK 0 0.32 0.34 0.38
HSL 3.33º 0.22% 0.52% -
HSV(B) 3.33º 0.34% 0.62% -
XYZ 22.21 19.12 15.88 -
YUV 122.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 159 108 105 0 0.32 0.34 0.38 3.33 0.22 0.52
Hex 9F 6C 69 0 20 22 26 3 16 34
Octal 237 154 151 0 40 42 46 3 26 64
Binary 10011111 1101100 1101001 0 100000 100010 100110 11 10110 110100

Color Harmonies of #9F6C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6C69

Black with #9F6C69

Text Example


Text Example

White with #9F6C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,108,105); }

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

background-color css

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

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

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

border-color css

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

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

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