Html Css Color HEX #9D6B75 Turkish Rose

📋 copy color: '#9D6B75'

red 157 ◦ green 107 ◦ blue 117

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

Shades of Turkish Rose #9D6B75

Tints of Turkish Rose #9D6B75

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.08%

 BLUE value IS 117 (46.09% from 255) = 30.71%

R = 41.21%
G = 28.08%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D6B75 (or 0x9D6B75) is known color: Turkish Rose. HEX triplet: 9D, 6B and 75. RGB value is (157,107,117). Sum of RGB (Red+Green+Blue) = 157+107+117=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6B75 is #62948A. Grayscale: #7B7B7B. Windows color (decimal): -6460555 or 7695261. OLE color: 7695261.

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

Color convert

RGB 157 107 117 -
CMYK 0 0.32 0.25 0.38
HSL 348º 0.2% 0.52% -
HSV(B) 348º 0.32% 0.62% -
XYZ 22.37 18.97 19.31 -
YUV 123.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 157 107 117 0 0.32 0.25 0.38 348 0.2 0.52
Hex 9D 6B 75 0 20 19 26 15C 14 34
Octal 235 153 165 0 40 31 46 534 24 64
Binary 10011101 1101011 1110101 0 100000 11001 100110 101011100 10100 110100

Color Harmonies of #9D6B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6B75

Black with #9D6B75

Text Example


Text Example

White with #9D6B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,107,117); }

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

background-color css

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

 a { background-color: rgb(157,107,117); }

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

border-color css

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

 span { border-color: rgb(157,107,117); }

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