Html Css Color HEX #9A6B75 Turkish Rose

📋 copy color: '#9A6B75'

red 154 ◦ green 107 ◦ blue 117

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

Shades of Turkish Rose #9A6B75

Tints of Turkish Rose #9A6B75

RGB

 RED value IS 154 (60.55% from 255) = 40.74%

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

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

R = 40.74%
G = 28.31%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#9A6B75 (or 0x9A6B75) is known color: Turkish Rose. HEX triplet: 9A, 6B and 75. RGB value is (154,107,117). Sum of RGB (Red+Green+Blue) = 154+107+117=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6B75 is #65948A. Grayscale: #7A7A7A. Windows color (decimal): -6657163 or 7695258. OLE color: 7695258.

HSL color Cylindrical-coordinate representation of color #9A6B75: hue angle of 347.23º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A6B75 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 107 117 -
CMYK 0 0.31 0.24 0.40
HSL 347.23º 0.19% 0.51% -
HSV(B) 347.23º 0.31% 0.6% -
XYZ 21.8 18.67 19.28 -
YUV 122.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 154 107 117 0 0.31 0.24 0.40 347.23 0.19 0.51
Hex 9A 6B 75 0 1F 18 28 15B 13 33
Octal 232 153 165 0 37 30 50 533 23 63
Binary 10011010 1101011 1110101 0 11111 11000 101000 101011011 10011 110011

Color Harmonies of #9A6B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6B75

Black with #9A6B75

Text Example


Text Example

White with #9A6B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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