Html Css Color HEX #9F6667 Turkish Rose

📋 copy color: '#9F6667'

red 159 ◦ green 102 ◦ blue 103

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

Shades of Turkish Rose #9F6667

Tints of Turkish Rose #9F6667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.3%

R = 43.68%
G = 28.02%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9F6667 (or 0x9F6667) is known color: Turkish Rose. HEX triplet: 9F, 66 and 67. RGB value is (159,102,103). Sum of RGB (Red+Green+Blue) = 159+102+103=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6667 is #609998. Grayscale: #777777. Windows color (decimal): -6330777 or 6776479. OLE color: 6776479.

HSL color Cylindrical-coordinate representation of color #9F6667: hue angle of 358.95º degrees, saturation: 0.23, 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 #9F6667 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 102 103 -
CMYK 0 0.36 0.35 0.38
HSL 358.95º 0.23% 0.51% -
HSV(B) 358.95º 0.36% 0.62% -
XYZ 21.5 17.85 15.14 -
YUV 119.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 159 102 103 0 0.36 0.35 0.38 358.95 0.23 0.51
Hex 9F 66 67 0 24 23 26 167 17 33
Octal 237 146 147 0 44 43 46 547 27 63
Binary 10011111 1100110 1100111 0 100100 100011 100110 101100111 10111 110011

Color Harmonies of #9F6667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6667

Black with #9F6667

Text Example


Text Example

White with #9F6667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,102,103); }

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

background-color css

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

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

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

border-color css

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

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

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