Html Css Color HEX #97696E Turkish Rose

📋 copy color: '#97696E'

red 151 ◦ green 105 ◦ blue 110

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

Shades of Turkish Rose #97696E

Tints of Turkish Rose #97696E

RGB

 RED value IS 151 (59.38% from 255) = 41.26%

 GREEN value IS 105 (41.41% from 255) = 28.69%

 BLUE value IS 110 (43.36% from 255) = 30.05%

R = 41.26%
G = 28.69%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#97696E (or 0x97696E) is known color: Turkish Rose. HEX triplet: 97, 69 and 6E. RGB value is (151,105,110). Sum of RGB (Red+Green+Blue) = 151+105+110=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #97696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97696E is #689691. Grayscale: #777777. Windows color (decimal): -6854290 or 7235991. OLE color: 7235991.

HSL color Cylindrical-coordinate representation of color #97696E: hue angle of 353.48º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97696E is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 105 110 -
CMYK 0 0.30 0.27 0.41
HSL 353.48º 0.18% 0.5% -
HSV(B) 353.48º 0.3% 0.59% -
XYZ 20.63 17.81 17.1 -
YUV 119.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 151 105 110 0 0.30 0.27 0.41 353.48 0.18 0.5
Hex 97 69 6E 0 1E 1B 29 161 12 32
Octal 227 151 156 0 36 33 51 541 22 62
Binary 10010111 1101001 1101110 0 11110 11011 101001 101100001 10010 110010

Color Harmonies of #97696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97696E

Black with #97696E

Text Example


Text Example

White with #97696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97696E; }

 p { color: rgb(151,105,110); }

 H1.HeaderClassName
 {
   color: #97696E;
 }
 .AnyTagClassName
 {
   color: #97696E;
 }
</style>

background-color css

<style>
 a { background-color: #97696E; }

 a { background-color: rgb(151,105,110); }

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

border-color css

<style>
 span { border-color: #97696E; }

 span { border-color: rgb(151,105,110); }

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